Remove page jump on Nextion startup (#5673)

This commit is contained in:
Edward Firmo
2023-11-07 01:48:15 +01:00
committed by GitHub
parent defe8ac97b
commit a8a9c6192d
5 changed files with 46 additions and 1 deletions
@@ -21,6 +21,7 @@ CONF_ON_SETUP = "on_setup"
CONF_ON_PAGE = "on_page"
CONF_TOUCH_SLEEP_TIMEOUT = "touch_sleep_timeout"
CONF_WAKE_UP_PAGE = "wake_up_page"
CONF_START_UP_PAGE = "start_up_page"
CONF_AUTO_WAKE_ON_TOUCH = "auto_wake_on_touch"
CONF_WAVE_MAX_LENGTH = "wave_max_length"
CONF_BACKGROUND_COLOR = "background_color"