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