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

LCD_shield_config_RSK_TFT.h

Committer:
dkato
Date:
2016-09-27
Revision:
3:720a62b44d67

File content as of revision 3:720a62b44d67:


#ifndef LCD_SHIELD_CONFIG_RSK_TFT_H
#define LCD_SHIELD_CONFIG_RSK_TFT_H

#include "LcdCfg_7_1inch.h"
#include "TouchKey_RSK_TFT.h"

#define LcdCfgTbl_LCD_shield  LcdCfgTbl_7_1inch
#define TouckKey_LCD_shield   TouchKey_RSK_TFT

#endif