SAMV71 Xplained Ultra Software Package 1.3

ili9488_ebi.h File Reference

#include "board.h"
#include <stdint.h>

Go to the source code of this file.

Functions

uint32_t ILI9488_EbiReadChipId (void)
uint32_t ILI9488_EbiInitialize (sXdmad *dmad)
 Initialize the ILI9488 controller in SMC mode.
void ILI9488_EbiSetPixelFormat (uint16_t format)
 Set ILI9488 Pixel Format in SMC mode.
void ILI9488_EbiSetCursor (uint16_t x, uint16_t y)
 ILI9488 configure cursor in SMC mode. x X position. y Y position.
void ILI9488_EbiSetWindow (uint16_t dwX, uint16_t dwY, uint16_t dwWidth, uint16_t dwHeight)
 ILI9488 configure window. dwX X start position. dwX Y start position. dwWidth Width of window. dwHeight Height of window.
void ILI9488_EbiSetFullWindow (void)
 ILI9488 configure window with full size.
void ILI9488_EbiOn (void)
 Turn on the ILI9488.
void ILI9488_EbiOff (void)
 Turn off the ILI9488.
void ILI9488_EbiSetDisplayLandscape (uint8_t dwRGB, uint8_t LandscaprMode)
 ILI9488 configure landscape. dwRGB RGB mode. LandscaprMode Landscape Mode.

Detailed Description

Interface of ILI9488 driver.

Definition in file ili9488_ebi.h.


Function Documentation

void ILI9488_EbiSetPixelFormat ( uint16_t  format  ) 

Set ILI9488 Pixel Format in SMC mode.

Parameters:
format Format of pixel

Definition at line 104 of file ili9488_ebi.c.

Here is the call graph for this function:

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines