![]() |
LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
|
#include "board.h"
#include "lpc_swim.h"
#include "lpc_swim_font.h"
#include "lpc_rom8x16.h"
#include "lpc_winfreesystem14x16.h"
#include "lpc_x6x13.h"
Go to the source code of this file.
Macros | |
#define | FONT font_x6x13 |
#define | DISPLAY_WIDTH BOARD_LCD.PPL |
#define | DISPLAY_HEIGHT BOARD_LCD.LPP |
Functions | |
static void | lcd_colorbars (void) |
void | LCD_IRQHandler (void) |
LCD VCOMP Interrupt Handler. | |
int | main (void) |
Main entry point. | |
Variables | |
static uint16_t * | framebuffer = (uint16_t *) FRAMEBUFFER_ADDR |
static volatile uint32_t | frame_rate_counter |