forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 172
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
1 parent
c3c4bd1
commit b81680a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule lv_bindings
updated
21 files
+16 −16 | README.md | |
+2 −2 | driver/esp32/espidf.h | |
+3 −3 | driver/esp32/ili9XXX.py | |
+2 −2 | driver/esp32/modrtch.c | |
+1 −1 | driver/esp32/modxpt2046.c | |
+1 −1 | driver/esp32/sh2lib.h | |
+1 −1 | driver/generic/ili9xxx-test.py | |
+1 −1 | driver/generic/st77xx-test.py | |
+1 −1 | driver/generic/st77xx.py | |
+2 −2 | driver/generic/xpt2046.py | |
+12 −9 | driver/js/lv_timer.py | |
+1 −1 | driver/stm32/STM32F7DISC/ft5336.c | |
+1 −1 | driver/stm32/STM32F7DISC/ft5336.h | |
+1 −1 | driver/zephyr/lvgl.c | |
+2 −2 | examples/custom_widget_example.py | |
+4 −4 | gen/gen_mpy.py | |
+3 −3 | gen/lv_mpy_example.c | |
+1 −1 | lib/display_driver_utils.py | |
+2 −2 | lib/lv_utils.py | |
+1 −1 | lib/tpcal.py | |
+1 −1 | lvgl |