Move version display from Clock screen to the modal window (accessible from tile menu)

This commit is contained in:
JF
2020-03-02 20:12:46 +01:00
parent dccef16180
commit 824b8a7ebd
3 changed files with 7 additions and 15 deletions

View File

@@ -16,7 +16,7 @@ static void event_handler(lv_obj_t * obj, lv_event_t event) {
screen->OnObjectEvent(obj, event, eventData);
}
static const char * btnm_map1[] = {"Meter", "Gauge", "Clock", "\n", "MsgBox", "App2", "App3", ""};
static const char * btnm_map1[] = {"Meter", "Gauge", "Clock", "\n", "Soft\nversion", "App2", "App3", ""};
Tile::Tile(DisplayApp* app) : Screen(app) {
modal.reset(new Modal(app));