Microchip® Advanced Software Framework

hx8347a_opt_t Struct Reference

Input parameters when initializing HX8347A driver.

#include <hx8347a.h>

Data Fields

hx8347a_color_t background_color
 lcd background color More...
 
hx8347a_color_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...
 

hx8347a_color_t hx8347a_opt_t::background_color

lcd background color

hx8347a_color_t hx8347a_opt_t::foreground_color

lcd foreground color

Referenced by hx8347a_init().

uint32_t hx8347a_opt_t::ul_height

lcd height in pixel

Referenced by hx8347a_init().

uint32_t hx8347a_opt_t::ul_width

lcd width in pixel

Referenced by hx8347a_init().