1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-04 04:12:23 +01:00

Ili9341 8bit indexed mode pt1 (#2490)

This commit is contained in:
Dave T
2022-05-18 23:23:00 +01:00
committed by GitHub
parent 9b6b9c1fa2
commit c000e1d6dd
5 changed files with 90 additions and 3 deletions

View File

@@ -105,6 +105,7 @@ CONF_COLOR_BRIGHTNESS = "color_brightness"
CONF_COLOR_CORRECT = "color_correct"
CONF_COLOR_INTERLOCK = "color_interlock"
CONF_COLOR_MODE = "color_mode"
CONF_COLOR_PALETTE = "color_palette"
CONF_COLOR_TEMPERATURE = "color_temperature"
CONF_COLORS = "colors"
CONF_COMMAND = "command"