LPCOpen Platform for LPC18XX/43XX microcontrollers  18XX43XX
LPCOpen Platform for the NXP LPC18XX/43XX family of Microcontrollers
Functions | Variables
lcd_18xx_43xx.c File Reference
#include "chip.h"

Go to the source code of this file.

Functions

void Chip_LCD_Init (LPC_LCD_T *pLCD, LCD_CONFIG_T *LCD_ConfigStruct)
 Initialize the LCD controller. More...
 
void Chip_LCD_DeInit (LPC_LCD_T *pLCD)
 Shutdown the LCD controller. More...
 
void Chip_LCD_Cursor_Config (LPC_LCD_T *pLCD, LCD_CURSOR_SIZE_OPT_T cursor_size, bool sync)
 Configure Cursor. More...
 
void Chip_LCD_Cursor_WriteImage (LPC_LCD_T *pLCD, uint8_t cursor_num, void *Image)
 Write Cursor Image into Internal Cursor Image Buffer. More...
 
void Chip_LCD_LoadPalette (LPC_LCD_T *pLCD, void *palette)
 Load LCD Palette. More...
 

Variables

static LCD_CURSOR_SIZE_OPT_T LCD_Cursor_Size = LCD_CURSOR_64x64
 

Variable Documentation

LCD_CURSOR_SIZE_OPT_T LCD_Cursor_Size = LCD_CURSOR_64x64
static

Definition at line 38 of file lcd_18xx_43xx.c.