Opencv 3.1 project on GR-PEACH board

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

Committer:
thedo
Date:
Tue Jul 04 06:23:13 2017 +0000
Revision:
170:54ff26da7eb6
Parent:
166:3a9487d57a5c
project opencv 3.1 on GR PEACH board, no use SD card.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
thedo 166:3a9487d57a5c 1
thedo 166:3a9487d57a5c 2 #ifndef LCD_SHIELD_CONFIG_4_3INCH_H
thedo 166:3a9487d57a5c 3 #define LCD_SHIELD_CONFIG_4_3INCH_H
thedo 166:3a9487d57a5c 4
thedo 166:3a9487d57a5c 5 #include "LcdCfg_4_3inch.h"
thedo 166:3a9487d57a5c 6 #include "TouchKey_4_3inch.h"
thedo 166:3a9487d57a5c 7
thedo 166:3a9487d57a5c 8 #define LcdCfgTbl_LCD_shield LcdCfgTbl_4_3inch
thedo 166:3a9487d57a5c 9 #define TouckKey_LCD_shield TouchKey_4_3inch
thedo 166:3a9487d57a5c 10
thedo 166:3a9487d57a5c 11 #endif
thedo 166:3a9487d57a5c 12
thedo 166:3a9487d57a5c 13