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_4_3inch.h Source File

LCD_shield_config_4_3inch.h

00001 
00002 #ifndef LCD_SHIELD_CONFIG_4_3INCH_H
00003 #define LCD_SHIELD_CONFIG_4_3INCH_H
00004 
00005 #include "LcdCfg_4_3inch.h"
00006 #include "TouchKey_4_3inch.h"
00007 
00008 #define LcdCfgTbl_LCD_shield  LcdCfgTbl_4_3inch
00009 #define TouckKey_LCD_shield   TouchKey_4_3inch
00010 
00011 #endif
00012 
00013