Update display configuration to use ili9xxx platform and adjust rotation and mirroring settings
This commit is contained in:
@@ -58,13 +58,14 @@ spi:
|
|||||||
miso_pin: GPIO12
|
miso_pin: GPIO12
|
||||||
|
|
||||||
display:
|
display:
|
||||||
- platform: mipi_spi
|
- platform: ili9xxx
|
||||||
model: ILI9488
|
model: ILI9488
|
||||||
spi_id: tft_spi
|
spi_id: tft_spi
|
||||||
cs_pin: GPIO15
|
cs_pin: GPIO15
|
||||||
dc_pin: GPIO2
|
dc_pin: GPIO2
|
||||||
reset_pin: GPIO4
|
reset_pin: GPIO4
|
||||||
rotation: 180
|
rotation: 0
|
||||||
|
mirror_x: true
|
||||||
invert_colors: false
|
invert_colors: false
|
||||||
color_order: bgr
|
color_order: bgr
|
||||||
data_rate: 10MHz
|
data_rate: 10MHz
|
||||||
|
|||||||
Reference in New Issue
Block a user