Draw images as blue roundrects; Add labels to non-imagery widgets, if they are set

This commit is contained in:
Pim van Pelt
2017-12-01 16:16:57 +01:00
parent 01bbb5d363
commit 95e2835871
4 changed files with 29 additions and 7 deletions

View File

@ -4,6 +4,8 @@
#include "mgos.h"
#include "mgos_pwm.h"
#include "mongoose-touch.h"
#include "fonts/FreeSerifBold9pt7b.h"
#include "fonts/FreeMonoBold9pt7b.h"
struct screen_t *screen = NULL;