Home
last modified time | relevance | path

Searched refs:ssd1306_set_contrast (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/display/
Dssd1306.c339 static int ssd1306_set_contrast(const struct device *dev, const uint8_t contrast) in ssd1306_set_contrast() function
443 if (ssd1306_set_contrast(dev, CONFIG_SSD1306_DEFAULT_CONTRAST)) { in ssd1306_init_device()
485 .set_contrast = ssd1306_set_contrast,