Implement 2D graphic API (#87)

* Implement 2D graphic library based on LittlevGL

* Add lvgl license file
This commit is contained in:
Weining
2019-08-01 16:57:54 +08:00
committed by wenyongh
parent 1db5a2f697
commit 9aa9cbde77
86 changed files with 8675 additions and 10 deletions

View File

@ -39,6 +39,7 @@
#include "sensor.h"
#include "connection.h"
#include "timer_wasm_app.h"
#include "wgl.h"
#ifdef __cplusplus
extern "C" {