Opencv 3.1 project on GR-PEACH board

Fork of gr-peach-opencv-project by the do

LCD_shield_config/LCD_shield_config_4_3inch.h

Committer:
thedo
Date:
2017-07-04
Revision:
170:54ff26da7eb6
Parent:
166:3a9487d57a5c

File content as of revision 170:54ff26da7eb6:


#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