Searched defs:st7796s_config (Results 1 – 1 of 1) sorted by relevance
28 struct st7796s_config { struct29 const struct device *mipi_dbi;30 const struct mipi_dbi_config dbi_config;31 uint16_t width;32 uint16_t height;33 bool inverted; /* Display color inversion */57 const struct st7796s_config *config = dev->config; in st7796s_send_cmd() argument