forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update LVGL * RP2 port fix: remove old lv_gc.h reference
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule lv_bindings
updated
14 files
+33 −33 | README.md | |
+5 −0 | driver/esp32/espidf.c | |
+86 −129 | driver/esp32/ili9XXX.py | |
+1 −4 | driver/generic/ili9xxx.py | |
+10 −5 | driver/generic/st77xx.py | |
+3 −6 | examples/Dynamic_loading_font_example.py | |
+18 −13 | examples/advanced_demo.py | |
+1 −1 | examples/custom_widget_example.py | |
+9 −5 | examples/example1.py | |
+11 −6 | examples/example3.py | |
+2 −2 | examples/png_example.py | |
+25 −16 | gen/gen_mpy.py | |
+250 −130 | lv_conf.h | |
+1 −1 | lvgl |