#include "board.h"
#include "image.h"
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Defines | |
#define | COLOR_CONVERT RGB_24_TO_18BIT |
#define | HEADLINE_OFFSET 25 |
#define | LCD_MODE ILI9488_SPIMODE |
#define | CANVAS_LCD_WIDTH 240 |
#define | CANVAS_LCD_HEIGHT 360 |
Functions | |
void | XDMAC_Handler (void) |
xDMA interrupt handler. | |
int | main (void) |
LCD Application entry point. | |
Variables | |
const uint32_t | gImageBuffer [DEMO_IMAGE_HEIGHT *DEMO_IMAGE_WIDTH] = DEMO_IMAGE |
This file contains all the specific code for the xplained LCD example.
Definition in file main.c.
int main | ( | void | ) |
const uint32_t gImageBuffer[DEMO_IMAGE_HEIGHT *DEMO_IMAGE_WIDTH] = DEMO_IMAGE |