forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 174
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
26 files
+35 −35 | README.md | |
+8 −3 | driver/esp32/espidf.c | |
+87 −130 | driver/esp32/ili9XXX.py | |
+2 −2 | driver/esp32/modrtch.c | |
+1 −1 | driver/esp32/xpt2046.py | |
+1 −4 | driver/generic/ili9xxx.py | |
+10 −5 | driver/generic/st77xx.py | |
+8 −9 | driver/stm32/STM32F7DISC/modrk043fn48h.c | |
+3 −3 | driver/zephyr/lvgl.c | |
+4 −4 | examples/Dynamic_loading_font_example.py | |
+43 −38 | examples/advanced_demo.py | |
+19 −17 | examples/custom_widget_example.py | |
+19 −15 | examples/example1.py | |
+24 −18 | examples/example3.py | |
+2 −2 | examples/fb_test.py | |
+2 −2 | examples/generic-st77xx-with-xpt2046.py | |
+1 −1 | examples/madctl/madctl_helper.py | |
+12 −13 | examples/png_example.py | |
+6 −6 | examples/uasyncio_example1.py | |
+37 −17 | gen/gen_mpy.py | |
+45,600 −38,778 | gen/lv_mpy_example.json | |
+0 −11 | include/lv_mp_root_pointers.h | |
+1 −1 | lib/tpcal.py | |
+367 −260 | lv_conf.h | |
+1 −1 | lvgl | |
+2 −2 | tests/run_test.py |