![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
#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 |
|
static |
Definition at line 38 of file lcd_18xx_43xx.c.