Searched defs:ssd1306_config (Results 1 – 1 of 1) sorted by relevance
42 struct ssd1306_config { struct43 union ssd1306_bus bus;44 struct gpio_dt_spec data_cmd;45 struct gpio_dt_spec reset;46 struct gpio_dt_spec supply;47 ssd1306_bus_ready_fn bus_ready;48 ssd1306_write_bus_fn write_bus;49 ssd1306_bus_name_fn bus_name;50 uint16_t height;51 uint16_t width;[all …]