1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-27 07:32:22 +01:00

Set color_order to RGB for the Waveshare ESP32-S3-TOUCH-LCD-4.3 and ESP32-S3-TOUCH-LCD-7-800X480 (#10835)

This commit is contained in:
Stuart Parmenter
2025-09-24 06:59:16 -07:00
committed by GitHub
parent 11ccf0e591
commit 6d0f134ff1

View File

@@ -7,6 +7,7 @@ wave_4_3 = DriverChip(
"ESP32-S3-TOUCH-LCD-4.3", "ESP32-S3-TOUCH-LCD-4.3",
swap_xy=UNDEFINED, swap_xy=UNDEFINED,
initsequence=(), initsequence=(),
color_order="RGB",
width=800, width=800,
height=480, height=480,
pclk_frequency="16MHz", pclk_frequency="16MHz",