You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Swapped mapping of SSD1306 display driver functions on display
blanking API.
fixeszephyrproject-rtos#13609
Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
Describe the bug
samples/display/cfb
uses display_blanking_off().So text does not appear on the screen.
Instead of display_blanking_off(), use display_blanking_on() to display text.
To Reproduce
Board: frdm_k64f
SSD1306 Module: Adafruit PiOLED - 128x32 Monochrome OLED Add-on for Raspberry Pi
There is currently an I2C driver bug.(#8684)
The patch for #8684 (comment) needs to be applied.
Expected behavior
I expected text to be displayed as below.
Impact
OLED is not displayed through
samples/display/cfb
.Screenshots or console output
Corrected as shown below to display normally.
It works even if it is modified as below.
Below is a running video.
Video: https://youtu.be/ovqmP0oC_5U
Environment:
Additional context
display_blanking_off(dev);
has been added at eef1099I'm sorry I do not have enough English.
Thank you.
The text was updated successfully, but these errors were encountered: