![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
Landtiger (LPC1768) graphics LCD demo.
Diff: GLCD_Config.h
- Revision:
- 2:43ede88fb5a3
- Child:
- 3:2dccfa0121de
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GLCD_Config.h Tue Nov 06 21:39:33 2012 +0000 @@ -0,0 +1,38 @@ +// UTFT Memory Saver +// ----------------- +// +// Since most people have only one or possibly two different display modules a lot +// of memory has been wasted to keep support for many unneeded controller chips. +// You now have the option to remove this unneeded code from the library with +// this file. +// By disabling the controllers you don't need you can reduce the memory footprint +// of the library by several Kb. +// +// Uncomment the lines for the displaycontrollers that you don't use to save +// some flash memory by not including the init code for that particular +// controller. + +#define DISABLE_HX8340B_8 1 +#define DISABLE_HX8340B_S 1 +#define DISABLE_HX8347A 1 +#define DISABLE_HX8347D 1 +#define DISABLE_HX8352A 1 +#define DISABLE_ILI9320 1 +// This single define will disable both 8bit and 16bit mode for this controller#define DISABLE_ILI9325 +#define DISABLE_ILI9325 1 +#define DISABLE_ILI9327 1 +#define DISABLE_ILI9331 1 +#define DISABLE_LGDP4531 1 +#define DISABLE_LGDP4535 1 +#define DISABLE_PCF8833 1 +#define DISABLE_R61505U 1 +#define DISABLE_S1D19122 1 +#define DISABLE_S6D1121 1 +#define DISABLE_SPFD5408B 1 +//#define DISABLE_SSD1289 1 +#define DISABLE_SSD1298 1 +#define DISABLE_SSD1963_480 1 +#define DISABLE_SSD1963_800 1 +#define DISABLE_SSD2119 1 +#define DISABLE_ST7735 1 +#define DISABLE_ST7781 1