Input parameters when initializing ili9488 driver.
#include <ili9488.h>
Data Fields | |
uint32_t | background_color |
lcd background color More... | |
uint32_t | foreground_color |
lcd foreground color More... | |
uint32_t | ul_height |
lcd height in pixel More... | |
uint32_t | ul_width |
lcd width in pixel More... | |
uint32_t ili9488_opt_t::background_color |
lcd background color
Referenced by gfx_ili9488_init().
uint32_t ili9488_opt_t::foreground_color |
lcd foreground color
Referenced by gfx_ili9488_init(), and ili9488_init().
uint32_t ili9488_opt_t::ul_height |
lcd height in pixel
Referenced by gfx_ili9488_init(), and ili9488_init().
uint32_t ili9488_opt_t::ul_width |
lcd width in pixel
Referenced by gfx_ili9488_init(), and ili9488_init().