Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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
Diff: LCD_shield_config_4_3inch.h
- Revision:
- 2:5bc6a60b8ff5
diff -r b230ec751c56 -r 5bc6a60b8ff5 LCD_shield_config_4_3inch.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LCD_shield_config_4_3inch.h Thu Jun 30 10:33:35 2016 +0000 @@ -0,0 +1,13 @@ + +#ifndef LCD_SHIELD_CONFIG_4_3INCH_H +#define LCD_SHIELD_CONFIG_4_3INCH_H + +#include "LcdCfg_4_3inch.h" +#include "TouchKey_4_3inch.h" + +#define LcdCfgTbl_LCD_shield LcdCfgTbl_4_3inch +#define TouckKey_LCD_shield TouchKey_4_3inch + +#endif + +