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:
parent
3b181641d2
commit
0445c7e7d5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue