Searched refs:ssd1327_set_contrast (Results 1 – 1 of 1) sorted by relevance
228 static int ssd1327_set_contrast(const struct device *dev, const uint8_t contrast) in ssd1327_set_contrast() function270 if (ssd1327_set_contrast(dev, CONFIG_SSD1327_DEFAULT_CONTRAST)) { in ssd1327_init_device()324 .set_contrast = ssd1327_set_contrast,