NuMaker emWin HMI

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers M48XTouchPanel.h Source File

M48XTouchPanel.h

00001 #if 0   // moved to the related target folders
00002 #ifndef __M48XTOUCHPANEL_H__
00003 #define __M48XTOUCHPANEL_H__
00004 
00005 #define __DEMO_TSFILE_ADDR__    0x00040000 /* SPI flash 256KB address */
00006 
00007 #define __DEMO_TS_WIDTH__       320
00008 #define __DEMO_TS_HEIGHT__      240
00009 
00010 #ifdef __cplusplus
00011 extern "C" {
00012 #endif /* __cplusplus */
00013 
00014 int Init_TouchPanel(void);
00015 int Read_TouchPanel(int *x, int *y);
00016 int Uninit_TouchPanel(void);
00017 int Check_TouchPanel(void);
00018 
00019 #ifdef __cplusplus
00020 }
00021 #endif /* __cplusplus */
00022 
00023 #endif
00024 #endif