Closed Sn00kiT closed 1 year ago
OLED Display only showing complete white after update to 2023.06
2023.6.0
Home Assistant Add-on
2023.6.2
ESP32
Devkit
SSD1306 128x64 and also 128x32
font: - file: 'arial.ttf' id: font1 size: 20 display: - platform: ssd1306_i2c model: "SSD1306 128x64" address: 0x3C lambda: |- it.printf(0, 0, id(font1), "%.1f °C Int", id(Temperature).state); it.printf(0, 21, id(font1), "%.1f %% Int", id(Humidity).state); it.printf(0, 42, id(font1), "%.1f °C Ext", id(TemperatureExternal).state);
Also happening on a ESP8266
No response
Duplicate of #4587
The problem
OLED Display only showing complete white after update to 2023.06
Which version of ESPHome has the issue?
2023.6.0
What type of installation are you using?
Home Assistant Add-on
Which version of Home Assistant has the issue?
2023.6.2
What platform are you using?
ESP32
Board
Devkit
Component causing the issue
SSD1306 128x64 and also 128x32
Example YAML snippet
Anything in the logs that might be useful for us?
Also happening on a ESP8266
Additional information
No response