#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) |
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. |
Interface of ILI9488 driver.
Definition in file ili9488_ebi.h.
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.