Added T9 on-screen keyboard as an option

This commit is contained in:
marcin
2026-07-02 12:21:52 +02:00
parent 7e0dbe4afc
commit 3363867d98
5 changed files with 141 additions and 29 deletions
@@ -1423,6 +1423,7 @@ void UITask::begin(DisplayDriver* display, SensorManager* sensors, NodePrefs* no
_display = display;
_sensors = sensors;
_node_prefs = node_prefs;
_kb.prefs = node_prefs;
uint32_t aoff = autoOffMillis();
_auto_off = millis() + (aoff > 0 ? aoff : AUTO_OFF_MILLIS);