GR-PEACH LCD Shield config

Dependencies:   LcdCfg_LCD_shield TouchKey_LCD_shield

Dependents:   GR-PEACH_LCD_shield_touch_sample mbed-os_Watson-IoT_ZXing_sample mbed-os_Watson-IoT_ZXing_sample GR-PEACH_SprintGame ... more

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers LCD_shield_config_RSK_TFT.h Source File

LCD_shield_config_RSK_TFT.h

00001 
00002 #ifndef LCD_SHIELD_CONFIG_RSK_TFT_H
00003 #define LCD_SHIELD_CONFIG_RSK_TFT_H
00004 
00005 #include "LcdCfg_7_1inch.h"
00006 #include "TouchKey_RSK_TFT.h"
00007 
00008 #define LcdCfgTbl_LCD_shield  LcdCfgTbl_7_1inch
00009 #define TouckKey_LCD_shield   TouchKey_RSK_TFT
00010 
00011 #endif
00012