NANO100_BSP V3.04.002
The Board Support Package for Nano100BN Series
Functions
LCDLIB.c File Reference

Library for controlling LCD module. More...

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include "Nano100Series.h"
#include "LCDLIB.h"
Include dependency graph for LCDLIB.c:

Go to the source code of this file.

Functions

void LCDLIB_Printf (uint32_t u32Zone, char *string)
 Display text on LCD. More...
 
void LCDLIB_PrintNumber (uint32_t u32Zone, long long value)
 Display number on LCD. More...
 
void LCDLIB_PutChar (uint32_t u32Zone, uint32_t u32Index, uint8_t u8Ch)
 Display character on LCD. More...
 
void LCDLIB_SetSymbol (uint32_t u32Zone, uint32_t u32Index, uint32_t u32OnOff)
 Display symbol on LCD. More...
 

Detailed Description

Library for controlling LCD module.

Version
1.0.0
Date
25, October, 2013
Note
SPDX-License-Identifier: Apache-2.0 Copyright (C) 2013 Nuvoton Technology Corp. All rights reserved.

Definition in file LCDLIB.c.