Nano102_112 Series BSP  V3.03.002
The Board Support Package for Nano102_112 Series
Functions
lcd.c File Reference

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...
 

Detailed Description

Nano 102/112 series LCD driver source file.

Version
V1.00
Revision
14
Date
15/06/25 11:37a
Note
SPDX-License-Identifier: Apache-2.0 Copyright (C) 2013~2014 Nuvoton Technology Corp. All rights reserved.

Definition in file lcd.c.