Typedefs | |
typedef struct D4D_TOUCHSCREEN_LIMITS_S | D4D_TOUCHSCREEN_LIMITS |
D4D low level touch screen limitation structure. More... | |
typedef struct D4DLCD_FRAMEBUFF_DESC_S | D4DLCD_FRAMEBUFF_DESC |
D4D low level frame buffer description structure. More... | |
typedef struct D4DLCD_FUNCTIONS_S | D4DLCD_FUNCTIONS |
D4D low level standard LCD interface API structure. More... | |
typedef struct D4DLCDHW_FUNCTIONS_S | D4DLCDHW_FUNCTIONS |
D4D low level standard LCD Hardware interface API structure. More... | |
typedef struct D4DLCDHWFB_FUNCTIONS_S | D4DLCDHWFB_FUNCTIONS |
D4D low level frame buffer LCD interface API structure. More... | |
typedef struct D4DTCH_FUNCTIONS_S | D4DTCH_FUNCTIONS |
D4D low level touch screen interface API structure. More... | |
typedef struct D4DTCHHW_FUNCTIONS_S | D4DTCHHW_FUNCTIONS |
D4D low level touch screen hardware interface API structure. More... | |
typedef struct D4DMOUSE_FUNCTIONS_S | D4DMOUSE_FUNCTIONS |
D4D low level mouse pointer interface API structure. More... | |
Enumerations | |
enum | D4DLCD_ORIENTATION { Portrait, Portrait180, Landscape, Landscape180 } |
D4D low level screen orientation enumeration type. More... | |
enum | D4DHW_PIN_STATE { D4DHW_PIN_PULL_UP_ON, D4DHW_PIN_PULL_UP_OFF, D4DHW_PIN_OUT, D4DHW_PIN_IN, D4DHW_PIN_SET_0, D4DHW_PIN_SET_1, D4DHW_PIN_GET, D4DHW_PIN_ADC_ON, D4DHW_PIN_ADC_OFF } |
D4D low level MCU pin state enumeration type. More... | |
enum | D4DTCHHW_PINS { D4DTCH_X_PLUS_PIN, D4DTCH_X_MINUS_PIN, D4DTCH_Y_PLUS_PIN, D4DTCH_Y_MINUS_PIN } |
D4D low level MCU types definition for analog resistive touch screen signals. More... | |
enum | D4DLCDHW_PINS { D4DLCD_RESET_PIN, D4DLCD_BACKLIGHT_PIN, D4DLCD_CS_PIN } |
D4D low level MCU types definition for general LCD screen control signals. More... | |
enum | D4DLCD_FLUSH_MODE { D4DLCD_FLSH_ELEMENT, D4DLCD_FLSH_SCR_START, D4DLCD_FLSH_SCR_END, D4DLCD_FLSH_FORCE } |
D4D low level eGUI flush screen types enumeration. More... | |
Variables | |
const D4DLCD_FUNCTIONS | D4D_LLD_LCD |
D4D driver - resistive touch screen driver function header file.
Definition in file d4d_lldapi.h.
const D4DLCD_FUNCTIONS D4D_LLD_LCD |