Initial stab at WIDGET_LOADSCREEN and navigation

This commit is contained in:
Pim van Pelt
2017-12-02 14:15:22 +01:00
parent 980ac4c7cf
commit ef4451b81f
9 changed files with 100 additions and 53 deletions

View File

@ -16,7 +16,7 @@ struct widget_t;
enum widget_type_t {
WIDGET_TYPE_NONE =0,
WIDGET_TYPE_IMAGE =1,
WIDGET_TYPE_MQTT_BUTTON =1,
WIDGET_TYPE_LOADSCREEN =2,
};