Searched defs:st7789v_config (Results 1 – 1 of 1) sorted by relevance
26 struct st7789v_config { struct27 const struct device *mipi_dbi;28 const struct mipi_dbi_config dbi_config;29 uint8_t vcom;30 uint8_t gctrl;31 bool vdv_vrh_enable;32 uint8_t vrh_value;33 uint8_t vdv_value;34 uint8_t mdac;35 uint8_t gamma;[all …]