Searched refs:ssd1306_set_contrast (Results 1 – 1 of 1) sorted by relevance
339 static int ssd1306_set_contrast(const struct device *dev, const uint8_t contrast) in ssd1306_set_contrast() function443 if (ssd1306_set_contrast(dev, CONFIG_SSD1306_DEFAULT_CONTRAST)) { in ssd1306_init_device()485 .set_contrast = ssd1306_set_contrast,