9 Commits

Author SHA1 Message Date
Gabor Peresztegi
323e0b2e76 Clean up some LVGL related files and content to align to MicroPython repo; add a few build and deploy scripts; update lv_binding 2025-03-04 19:42:37 +01:00
Amir Gonnen
d3f379d218 Remove VARIANT=dev on unix port 2023-06-06 00:55:54 +03:00
Amir Gonnen
6ce2871560 Align to Micropyton v1.20.0
Move LVGL build rules to exmod.mk
Update lv_bindings
2023-06-06 00:42:32 +03:00
Amir Gonnen
b7ba3225d1 Remove esp32 build from GitPod 2022-11-15 23:10:41 +02:00
Amir Gonnen
9a8e9bf833 Update LVGL, bugfixes
Update .gitpod: Add idf44 setup and build commands to prebuild step
Update lv binding script bugfix
Reduce IRAM usage by switching to size optimization. Related: https://github.com/micropython/micropython/issues/8202#issuecomment-1019763797
Reduce IRAM consumption by placing FREERTOS functions into flash. This is needed for higher versions of esp-idf where IRAM overflows without some reduction
2022-01-28 23:10:10 +02:00
Amir Gonnen
cd9c5983c4
Update .gitpod
Move xrandr to later stage, seems it doesn't work from init stage.
2021-08-12 09:50:38 +03:00
Amir Gonnen
a37dbab90e
Feat/gitpod - prebuilds (#37)
Enable prebuilds
Update unix port specific submodules
2021-08-12 09:15:00 +03:00
Amir Gonnen
18ddfb5528
Feat/gitpod - fixes (#36)
Change screen resolution, otherwise LVGL screen appears too small.
Ignore port 5900.
2021-08-11 17:48:15 +03:00
Amir Gonnen
87c878e06d
Feat/gitpod (#35)
Added .gitpod, Dockerfile and badge to README
2021-08-11 12:19:21 +03:00