Opencv 3.1 project on GR-PEACH board

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

LCD_shield_config/LCD_shield_config_7_1inch.h

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

File content as of revision 170:54ff26da7eb6:


#ifndef LCD_SHIELD_CONFIG_7_1INCH_H
#define LCD_SHIELD_CONFIG_7_1INCH_H

#include "LcdCfg_7_1inch.h"
#include "TouchKey_7_1inch.h"

#define LcdCfgTbl_LCD_shield  LcdCfgTbl_7_1inch
#define TouckKey_LCD_shield   TouchKey_7_1inch

#endif