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
ESPHome 2024.9.0 introduced a new required invert_colors option for the ili9xxx display (Ref. esphome/esphome#7292).
Currently the examples for ESPHome fail with the following error:
$ esphome run yellowtft1.yaml
INFO ESPHome 2024.12.4
INFO Reading configuration yellowtft1.yaml...
...
Failed config
display.ili9xxx: [source yellowtft1.yaml:118]
'invert_colors' is a required option for [display.ili9xxx].
The text was updated successfully, but these errors were encountered:
pfrenssen
added a commit
to pfrenssen/ESP32-Cheap-Yellow-Display
that referenced
this issue
Jan 23, 2025
ESPHome 2024.9.0 introduced a new required
invert_colors
option for theili9xxx
display (Ref. esphome/esphome#7292).Currently the examples for ESPHome fail with the following error:
The text was updated successfully, but these errors were encountered: