eGUI alias D4D  Release 3.0
Reference Manual
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
d4d_lldapi.h File Reference
#include "d4d_user_cfg.h"
#include "common_files/d4d_types.h"
Include dependency graph for d4d_lldapi.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

D4D driver - resistive touch screen driver function header file.

Author
Petr Gargulak
Version
0.0.22.0
Date
Oct-2-2013

Definition in file d4d_lldapi.h.

Variable Documentation

const D4DLCD_FUNCTIONS D4D_LLD_LCD