![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
Go to the source code of this file.
Macros | |
| #define | LCD_WIDTH BOARD_LCD.PPL |
| #define | LCD_HEIGHT BOARD_LCD.LPP |
| #define | LOGO_WIDTH 110 |
| #define | LOGO_HEIGHT 42 |
Functions | |
| static void | putpixel (uint32_t x, uint32_t y, uint16_t val) |
| void | SysTick_Handler (void) |
| SysTick Interrupt Handler. | |
| int | main (void) |
| Main entry point. | |
Variables | |
| static uint16_t * | framebuffer = (uint16_t *) FRAMEBUFFER_ADDR |
| static volatile uint32_t | msec |
| const unsigned short | image [] |
| NXP logo image data. | |