factor out application widgets from widget.h -- add new include/mongoose-touch.h instead

This commit is contained in:
Pim van Pelt
2017-11-26 11:32:47 +01:00
parent 6985b30dc2
commit 79bb900def
8 changed files with 24 additions and 18 deletions

View File

@ -1,6 +1,6 @@
#include "mgos.h"
#include "tft.h"
#include "widget.h"
#include "mongoose-touch.h"
static void widget_topbar_render(struct widget_t *w, void *ev_data) {
if (!w)