![]() |
Nano102_112 Series BSP
V3.03.002
The Board Support Package for Nano102_112 Series
|
Nano 102/112 series LCD driver source file. More...
#include <stdio.h>#include <string.h>#include <stdlib.h>#include "Nano1X2Series.h"#include "lcd.h"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... | |
Nano 102/112 series LCD driver source file.
Definition in file lcd.c.
1.8.15