#include "board.h"
#include <string.h>
#include <stdio.h>
Go to the source code of this file.
Functions | |
COMPILER_ALIGNED (32) | |
ILI9488 configure window. dwX X start position. dwX Y start position. dwWidth Width of window. dwHeight Height of window. | |
void | ILI9488_EbiSetPixelFormat (uint16_t format) |
Set ILI9488 Pixel Format in SMC mode. | |
uint32_t | ILI9488_EbiInitialize (sXdmad *dmad) |
Initialize the ILI9488 controller 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_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 LandscapeMode) |
ILI9488 configure landscape. dwRGB RGB mode. LandscaprMode Landscape Mode. |
Implementation of ILI9488 driver.
Definition in file ili9488_ebi.c.
void ILI9488_EbiSetPixelFormat | ( | uint16_t | format | ) |
Set ILI9488 Pixel Format in SMC mode.
format | Format of pixel |
Definition at line 107 of file ili9488_ebi.c.