1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 10:52:19 +01:00

Add now required invert_colors option to test files referencing ili9xxx (#7367)

This commit is contained in:
Clyde Stubbs
2024-08-30 09:20:01 +10:00
committed by GitHub
parent d754bdde1b
commit 87d801721b
32 changed files with 32 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ display:
cs_pin: 12
dc_pin: 13
reset_pin: 21
invert_colors: false
lambda: |-
// Draw an analog clock in the center of the screen
int centerX = it.get_width() / 2;