Merge branch 'master' into master

This commit is contained in:
Wang Xin 2020-04-13 11:05:54 +08:00 committed by GitHub
commit a661c49cd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,7 @@ When the littlevgl library is compiled into the runtime, all the widget data is
# API compatibility with littlevgl # API compatibility with littlevgl
We wish the application continue to use the littlevgl API and keep existing header files inclusion, however it is also a bit challenging since we have to redefine some data types such as lv_obj_t in the APIs exposed to the WASM app. We wish the application continue to use the littlevgl API and keep existing header files inclusion, however it is also a bit challenging since we have to redefine some data types such as lv_obj_t in the APIs exposed to the WASM app.
''' '''
typedef void lv_obj_t; typedef void lv_obj_t;
''' '''