Move to Native SPI implementations of ILI9341 and STMPE610

This commit is contained in:
Pim van Pelt
2017-12-01 13:57:43 +01:00
parent 5b80d88b86
commit eab5f31a92
36 changed files with 71 additions and 10325 deletions

View File

@ -4,6 +4,8 @@
#include "widget.h"
#include "screen.h"
#include "backlight.h"
#include "mgos_ili9341.h"
#include "mgos_stmpe610.h"
void widget_time_ev(int ev, struct widget_t *w, void *ev_data);