SAMV71 Xplained Ultra Software Package 1.5

main.c File Reference

#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

Detailed Description

This file contains all the specific code for the xplained LCD example.

Definition in file main.c.


Function Documentation

int main ( void   ) 

LCD Application entry point.

Returns:
Unused (ANSI-C compatibility).

Move picture across the screen

Definition at line 133 of file main.c.

Here is the call graph for this function:


Variable Documentation

const uint32_t gImageBuffer[DEMO_IMAGE_HEIGHT *DEMO_IMAGE_WIDTH] = DEMO_IMAGE

Image buffer (16-bits color).

Definition at line 113 of file main.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines