C
#define DISP_DATA_WIDTH 18
Overview
Defines the display controller's physical interface to the display panel. Valid Values:
- 1, 4, 8, 16, 18, 24
- 1, 4, 8 are usually used in MSTN and CSTN displays
- 16, 18 and 24 are usually used in TFT displays.
Example
// define in Hardware Profile #define DISP_DATA_WIDTH 18