drivers: auxdisplay: Set background to white

Fixed inconsistency between code & comments and actually set
background to black

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2023-06-08 20:12:27 +02:00 committed by Anas Nashif
commit 0445c7e7d5

View file

@ -300,7 +300,7 @@ static int auxdisplay_jhd1313_initialize(const struct device *dev)
auxdisplay_jhd1313_reg_set(config->bus.bus, 0x01, 0x05);
auxdisplay_jhd1313_reg_set(config->bus.bus, 0x08, 0xAA);
/* Now set the background colour to white */
/* Now set the background colour to black */
LOG_DBG("Background set to off");
auxdisplay_jhd1313_backlight_set(dev, 0);