Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/display/
Dssd1327.c228 static int ssd1327_set_contrast(const struct device *dev, const uint8_t contrast) in ssd1327_set_contrast() function
270 if (ssd1327_set_contrast(dev, CONFIG_SSD1327_DEFAULT_CONTRAST)) { in ssd1327_init_device()
324 .set_contrast = ssd1327_set_contrast,