Go to the source code of this file.
Functions | |
void | LCDD_Initialize (uint8_t lcdMode, sXdmad *dmad, uint8_t cRotate) |
Set the back-light of the LCD. | |
void | LCDD_On (void) |
Turn on the LCD. | |
void | LCDD_Off (void) |
Turn off the LCD. | |
void | LCDD_SetBacklight (uint32_t step) |
Interface for LCD driver.
Definition in file lcdd.h.
void LCDD_Initialize | ( | uint8_t | lcdMode, | |
sXdmad * | dmad, | |||
uint8_t | cRotate | |||
) |
Set the back-light of the LCD.
level | Back-light brightness level [1..16], 1 means maximum brightness. Initializes the LCD controller. Configure SMC to access LCD controller at 64MHz MCK. | |
lcdMode | LCD_SPI or LCD_EBI mode | |
cRotate | rotate direction 0: H 1:V |
Definition at line 98 of file lcdd.c.