Behrooz Abdi
/
Tiger_LCD
Landtiger (LPC1768) graphics LCD demo.
GLCD_Config.h@5:0cfedc57cb06, 2021-06-03 (annotated)
- Committer:
- behrooz1980
- Date:
- Thu Jun 03 23:15:37 2021 +0000
- Revision:
- 5:0cfedc57cb06
- Parent:
- 3:2dccfa0121de
cant export to keil
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
wim | 2:43ede88fb5a3 | 1 | // UTFT Memory Saver |
wim | 2:43ede88fb5a3 | 2 | // ----------------- |
wim | 2:43ede88fb5a3 | 3 | // |
wim | 2:43ede88fb5a3 | 4 | // Since most people have only one or possibly two different display modules a lot |
wim | 2:43ede88fb5a3 | 5 | // of memory has been wasted to keep support for many unneeded controller chips. |
wim | 2:43ede88fb5a3 | 6 | // You now have the option to remove this unneeded code from the library with |
wim | 2:43ede88fb5a3 | 7 | // this file. |
wim | 2:43ede88fb5a3 | 8 | // By disabling the controllers you don't need you can reduce the memory footprint |
wim | 2:43ede88fb5a3 | 9 | // of the library by several Kb. |
wim | 2:43ede88fb5a3 | 10 | // |
wim | 2:43ede88fb5a3 | 11 | // Uncomment the lines for the displaycontrollers that you don't use to save |
wim | 2:43ede88fb5a3 | 12 | // some flash memory by not including the init code for that particular |
wim | 2:43ede88fb5a3 | 13 | // controller. |
wim | 2:43ede88fb5a3 | 14 | #define DISABLE_HX8340B_8 1 |
wim | 2:43ede88fb5a3 | 15 | #define DISABLE_HX8340B_S 1 |
wim | 2:43ede88fb5a3 | 16 | #define DISABLE_HX8347A 1 |
wim | 2:43ede88fb5a3 | 17 | #define DISABLE_HX8347D 1 |
wim | 2:43ede88fb5a3 | 18 | #define DISABLE_HX8352A 1 |
wim | 2:43ede88fb5a3 | 19 | #define DISABLE_ILI9320 1 |
wim | 3:2dccfa0121de | 20 | // This single define will disable both 8bit and 16bit mode for this controller |
wim | 2:43ede88fb5a3 | 21 | #define DISABLE_ILI9325 1 |
wim | 2:43ede88fb5a3 | 22 | #define DISABLE_ILI9327 1 |
wim | 2:43ede88fb5a3 | 23 | #define DISABLE_ILI9331 1 |
wim | 2:43ede88fb5a3 | 24 | #define DISABLE_LGDP4531 1 |
wim | 2:43ede88fb5a3 | 25 | #define DISABLE_LGDP4535 1 |
wim | 2:43ede88fb5a3 | 26 | #define DISABLE_PCF8833 1 |
wim | 2:43ede88fb5a3 | 27 | #define DISABLE_R61505U 1 |
wim | 2:43ede88fb5a3 | 28 | #define DISABLE_S1D19122 1 |
wim | 2:43ede88fb5a3 | 29 | #define DISABLE_S6D1121 1 |
wim | 2:43ede88fb5a3 | 30 | #define DISABLE_SPFD5408B 1 |
wim | 2:43ede88fb5a3 | 31 | //#define DISABLE_SSD1289 1 |
wim | 2:43ede88fb5a3 | 32 | #define DISABLE_SSD1298 1 |
wim | 2:43ede88fb5a3 | 33 | #define DISABLE_SSD1963_480 1 |
wim | 2:43ede88fb5a3 | 34 | #define DISABLE_SSD1963_800 1 |
wim | 2:43ede88fb5a3 | 35 | #define DISABLE_SSD2119 1 |
wim | 2:43ede88fb5a3 | 36 | #define DISABLE_ST7735 1 |
wim | 2:43ede88fb5a3 | 37 | #define DISABLE_ST7781 1 |