LPCOpen Platform  v1.03
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
lcd_17xx_40xx.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.
 
void Chip_LCD_DeInit (LPC_LCD_T *pLCD)
 Shutdown the LCD controller.
 
void Chip_LCD_Cursor_Config (LPC_LCD_T *pLCD, IP_LCD_CURSOR_SIZE_OPT_T cursor_size, bool sync)
 Configure Cursor.
 
void Chip_LCD_Cursor_WriteImage (LPC_LCD_T *pLCD, uint8_t cursor_num, void *Image)
 Write Cursor Image into Internal Cursor Image Buffer.
 
void Chip_LCD_LoadPalette (LPC_LCD_T *pLCD, void *palette)
 Load LCD Palette.
 

Variables

static IP_LCD_CURSOR_SIZE_OPT_T LCD_Cursor_Size = LCD_CURSOR_64x64
 

Variable Documentation

IP_LCD_CURSOR_SIZE_OPT_T LCD_Cursor_Size = LCD_CURSOR_64x64
static

Definition at line 40 of file lcd_17xx_40xx.c.