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

@ -23,5 +23,7 @@ void widget_battery_ev(int ev, struct widget_t *w, void *ev_data);
void widget_default_ev(int ev, struct widget_t *w, void *ev_data);
void screen_add_default_widgets(struct screen_t *screen);
#endif // __MONGOOSE_TOUCH_H