1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-19 16:25:50 +00:00

[lvgl] Fix rotation with unusual width (#11680)

This commit is contained in:
Clyde Stubbs
2025-11-04 13:43:27 +10:00
committed by GitHub
parent 0b04361fc0
commit 3e086c2127
5 changed files with 18 additions and 14 deletions

View File

@@ -838,7 +838,6 @@ CONF_RMT_CHANNEL = "rmt_channel"
CONF_RMT_SYMBOLS = "rmt_symbols"
CONF_ROTATION = "rotation"
CONF_ROW = "row"
CONF_ROWS = "rows"
CONF_RS_PIN = "rs_pin"
CONF_RTD_NOMINAL_RESISTANCE = "rtd_nominal_resistance"
CONF_RTD_WIRES = "rtd_wires"