Example description
This example shows how to configure the LCD. It renders colorbars, shows an image, and allows control of a pointer.
Special connection requirements
There are no special connection requirements for this example.
Build procedures:
LPC17xx/40xx example quickstart for Keil uVision4
LPC17xx/40xx example quickstart for IAR EWARM
LPC17xx/40xx example quickstart for Code Red Xpresso
Supported boards and board setup:
Embedded Artists' LPC1788 Developer's Kit
Embedded Artists' LPC4088 Developer's Kit
Submitting LPCOpen issues:
Community support for LPCOpen
| #define CURSOR_H_OFS (10) |
'Pointer' cursor image horizontal offset
Definition at line 56 of file Cursor.h.
'Pointer' cursor image horizontal size
Definition at line 46 of file Cursor.h.
'Pointer' cursor image vertical offset
Definition at line 61 of file Cursor.h.
'Pointer' cursor image vertical size
Definition at line 51 of file Cursor.h.
| #define LCD_HEIGHT BOARD_LCD.LPP |
Definition at line 63 of file lcd.c.
| #define LCD_WIDTH BOARD_LCD.PPL |
Definition at line 62 of file lcd.c.
Definition at line 65 of file lcd.c.
Definition at line 64 of file lcd.c.
Main entry point.
Main program body.
- Returns
- Nothing
Definition at line 106 of file lcd.c.
Definition at line 83 of file lcd.c.
| void SysTick_Handler |
( |
void |
| ) |
|
SysTick Interrupt Handler.
SysTick 1mS tick handler.
- Returns
- Nothing
Definition at line 95 of file lcd.c.
'Pointer' cursor image data
Definition at line 68 of file lcd.c.
| const unsigned short image[] |
NXP logo image data.
Definition at line 50 of file image.c.
| const unsigned short image[4620] |
NXP logo image data.
Definition at line 50 of file image.c.
Definition at line 69 of file lcd.c.