forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule lv_bindings
updated
13 files
+32 −32 | 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 | |
+13 −8 | examples/advanced_demo.py | |
+9 −5 | examples/example1.py | |
+8 −3 | examples/example3.py | |
+1 −1 | examples/png_example.py | |
+1 −1 | gen/gen_mpy.py | |
+229 −125 | lv_conf.h | |
+1 −1 | lvgl |