1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +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

@@ -12,6 +12,7 @@ display:
cs_pin: 13
dc_pin: 14
reset_pin: 21
invert_colors: false
lambda: |-
it.rectangle(0, 0, it.get_width(), it.get_height());

View File

@@ -12,6 +12,7 @@ display:
cs_pin: 8
dc_pin: 9
reset_pin: 10
invert_colors: false
lambda: |-
it.rectangle(0, 0, it.get_width(), it.get_height());

View File

@@ -12,6 +12,7 @@ display:
cs_pin: 8
dc_pin: 9
reset_pin: 10
invert_colors: false
lambda: |-
it.rectangle(0, 0, it.get_width(), it.get_height());

View File

@@ -12,6 +12,7 @@ display:
cs_pin: 13
dc_pin: 14
reset_pin: 21
invert_colors: false
lambda: |-
it.rectangle(0, 0, it.get_width(), it.get_height());

View File

@@ -14,6 +14,7 @@ display:
data_rate: 40MHz
dimensions: 320x240
update_interval: never
invert_colors: false
transform:
mirror_y: false
mirror_x: false

View File

@@ -12,6 +12,7 @@ display:
cs_pin: 15
dc_pin: 4
reset_pin: 5
invert_colors: false
lambda: |-
it.rectangle(0, 0, it.get_width(), it.get_height());

View File

@@ -12,6 +12,7 @@ display:
cs_pin: 8
dc_pin: 9
reset_pin: 10
invert_colors: false
lambda: |-
it.rectangle(0, 0, it.get_width(), it.get_height());