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.
Fork of gr-peach-opencv-project by
LCD_shield_config/LCD_shield_config_RSK_TFT.h@170:54ff26da7eb6, 2017-07-04 (annotated)
- 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?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| thedo | 166:3a9487d57a5c | 1 | |
| thedo | 166:3a9487d57a5c | 2 | #ifndef LCD_SHIELD_CONFIG_RSK_TFT_H |
| thedo | 166:3a9487d57a5c | 3 | #define LCD_SHIELD_CONFIG_RSK_TFT_H |
| thedo | 166:3a9487d57a5c | 4 | |
| thedo | 166:3a9487d57a5c | 5 | #include "LcdCfg_7_1inch.h" |
| thedo | 166:3a9487d57a5c | 6 | #include "TouchKey_RSK_TFT.h" |
| thedo | 166:3a9487d57a5c | 7 | |
| thedo | 166:3a9487d57a5c | 8 | #define LcdCfgTbl_LCD_shield LcdCfgTbl_7_1inch |
| thedo | 166:3a9487d57a5c | 9 | #define TouckKey_LCD_shield TouchKey_RSK_TFT |
| thedo | 166:3a9487d57a5c | 10 | |
| thedo | 166:3a9487d57a5c | 11 | #endif |
| thedo | 166:3a9487d57a5c | 12 |
