![]() |
NANO100_BSP V3.04.002
The Board Support Package for Nano100BN Series
|
Nano100 series LCD driver header file The LCD driver can directly drives a LCD glass by creating the ac segment and common voltage signals automatically. It can support static, 1/2 duty, 1/3 duty, 1/4 duty, 1/5 duty, 1/6 duty LCD glass with up to 34 segments with 6 COM or 36 segments with 4 COM. More...
Go to the source code of this file.
Functions | |
void | LCD_SetPixel (uint32_t u32Com, uint32_t u32Seg, uint32_t u32OnFlag) |
Enables a segment on the LCD display. More... | |
void | LCD_SetAllPixels (uint32_t u32OnOff) |
LCD Enable/Disable all segments. More... | |
uint32_t | LCD_EnableFrameCounter (uint32_t u32Count) |
Set Frame Count and Enable frame count. More... | |
void | LCD_DisableFrameCounter (void) |
Disable frame count function. More... | |
uint32_t | LCD_Open (uint32_t u32DrivingType, uint32_t u32ComNum, uint32_t u32BiasLevel, uint32_t u32FramerateDiv, uint32_t u32DrivingVol) |
LCD Initialization routine. More... | |
void | LCD_Close (void) |
The function is used to disable LCD controller. More... | |
uint32_t | LCD_EnableBlink (uint32_t u32ms) |
Enable Blink function in LCD controller. More... | |
void | LCD_DisableBlink (void) |
Disable Blink function in LCD controller. More... | |
void | LCD_EnableInt (uint32_t IntSrc) |
This function is used to enable LCD interrupt. More... | |
void | LCD_DisableInt (uint32_t IntSrc) |
This function is used to disable LCD specified interrupt. More... | |
Nano100 series LCD driver header file The LCD driver can directly drives a LCD glass by creating the ac segment and common voltage signals automatically. It can support static, 1/2 duty, 1/3 duty, 1/4 duty, 1/5 duty, 1/6 duty LCD glass with up to 34 segments with 6 COM or 36 segments with 4 COM.
Definition in file lcd.c.