C
#define DISP_HOR_RESOLUTION 320
Overview
Defines the native horizontal dimension of the screen. This is the horizontal pixel count given by the display's data sheet. For example a 320x240 display will have DISP_HOR_RESOLUTION of 320. Valid Values:
- dependent on the display glass resolution used.
Example
// define in Hardware Profile #define DISP_HOR_RESOLUTION 320