-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Micropython update #2
Commits on Jan 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c357ca6 - Browse repository at this point
Copy the full SHA c357ca6View commit details
Commits on Jan 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 14a0dfb - Browse repository at this point
Copy the full SHA 14a0dfbView commit details
Commits on Jan 6, 2019
-
Set up custom malloc to use Micropython m_alloc, enabling gc on lvgl.…
… Update makefile to generate lv_mpy.c automatically under /build dir. Use make all to build
Configuration menu - View commit details
-
Copy full SHA for 41b6901 - Browse repository at this point
Copy the full SHA 41b6901View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66c28ad - Browse repository at this point
Copy the full SHA 66c28adView commit details
Commits on Jan 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e734887 - Browse repository at this point
Copy the full SHA e734887View commit details
Commits on Jan 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9358a56 - Browse repository at this point
Copy the full SHA 9358a56View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4e2b76 - Browse repository at this point
Copy the full SHA a4e2b76View commit details
Commits on Jan 12, 2019
-
Don't call lv_task_handler from SDL thread! Micropython-lvgl is not t…
…hread safe. It will be called from mp_lv_task_handler which is called periodically from the same thread Micropython is running. Also - update lvgl submodule
Configuration menu - View commit details
-
Copy full SHA for c3dee8d - Browse repository at this point
Copy the full SHA c3dee8dView commit details
Commits on Jan 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0697cdf - Browse repository at this point
Copy the full SHA 0697cdfView commit details
Commits on Jan 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bc9519c - Browse repository at this point
Copy the full SHA bc9519cView commit details
Commits on Jan 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 86a0edd - Browse repository at this point
Copy the full SHA 86a0eddView commit details
Commits on Jan 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 69a3efa - Browse repository at this point
Copy the full SHA 69a3efaView commit details
Commits on Jan 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 95d2676 - Browse repository at this point
Copy the full SHA 95d2676View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09abca1 - Browse repository at this point
Copy the full SHA 09abca1View commit details
Commits on Jan 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 44ef41d - Browse repository at this point
Copy the full SHA 44ef41dView commit details
Commits on Jan 21, 2019
-
Updated lvgl module. Updated gen_mpy.py commmand line on makefile to …
…rely on lvgl.h instead of including the objects directly. This adds themes to the generated binding
Configuration menu - View commit details
-
Copy full SHA for 0b05d16 - Browse repository at this point
Copy the full SHA 0b05d16View commit details
Commits on Jan 22, 2019
-
submodule lvgl switched to dev-5.3 branch. disabled the following: US…
…E_LV_TILEVIEW USE_LV_TABLE USE_LV_SPINBOX USE_LV_CANVAS because there are unimplemented functions there which causes lv_mpy.c (which wrap them) to fail linking
Configuration menu - View commit details
-
Copy full SHA for 00c12ee - Browse repository at this point
Copy the full SHA 00c12eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a843b65 - Browse repository at this point
Copy the full SHA a843b65View commit details -
Configuration menu - View commit details
-
Copy full SHA for f34804d - Browse repository at this point
Copy the full SHA f34804dView commit details
Commits on Jan 23, 2019
-
Replaced lvgl with lv_bindings submodule. lv_bindings contains the Mi…
…cropython bindings and lvgl submodule (Micropython bindings was split from lvgl).
Configuration menu - View commit details
-
Copy full SHA for c34548a - Browse repository at this point
Copy the full SHA c34548aView commit details