Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.md | D | 18-Mar-2025 | 722 | 11 | 6 | |
pika_lv_point_t.c | D | 18-Mar-2025 | 376 | 17 | 13 | |
pika_lv_timer_t.c | D | 18-Mar-2025 | 1.4 KiB | 45 | 34 | |
pika_lv_wegit.c | D | 18-Mar-2025 | 12.6 KiB | 365 | 323 | |
pika_lvgl.c | D | 18-Mar-2025 | 8.4 KiB | 200 | 184 | |
pika_lvgl.pyi | D | 18-Mar-2025 | 7 KiB | 264 | 235 | |
pika_lvgl_indev_t.c | D | 18-Mar-2025 | 459 | 19 | 15 | |
pika_lvgl_lv_event.c | D | 18-Mar-2025 | 634 | 25 | 20 | |
pika_lvgl_lv_obj.c | D | 18-Mar-2025 | 3.7 KiB | 117 | 98 | |
pika_lvgl_lv_style_t.c | D | 18-Mar-2025 | 2.2 KiB | 71 | 57 |
README.md
1# PikaScript Binding for LVGL 2 3[PikaScript](https://github.com/pikasTech/pikascript) is an ultralightweight python engine that can run with 4KB of RAM and 32KB of Flash (such as STM32G030C8 and STM32F103C8), and is very easy to deploy and expand. 4 5More details to see: [PikaScript and lvgl: Make Python Lighter, Easier and Smarter](https://blog.lvgl.io/2022-08-24/pikascript-and-lvgl) 6 7The available Python APIs are in the `pika_lvgl.pyi`, and you need copy the `pika_lvgl.pyi` to the root path of pikascript, then `import pika_lvgl` in `main.py`. 8 9The available simulation project on windows: https://github.com/pikasTech/lv_pikascript 10 11More document about PikaScript: https://pikadoc.readthedocs.io/en/latest/index.html