Fork of Tangara with customizations
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 
tangara-fw/lib/lvgl/env_support/pikascript
jacqueline 64bd9053a2 Update LVGL to v9.1.0 2 år sedan
..
README.md Update LVGL to v9.1.0 2 år sedan
pika_lv_point_t.c Update LVGL to v9.1.0 2 år sedan
pika_lv_timer_t.c Update LVGL to v9.1.0 2 år sedan
pika_lv_wegit.c Update LVGL to v9.1.0 2 år sedan
pika_lvgl.c Update LVGL to v9.1.0 2 år sedan
pika_lvgl.pyi Update LVGL to v9.1.0 2 år sedan
pika_lvgl_indev_t.c Update LVGL to v9.1.0 2 år sedan
pika_lvgl_lv_event.c Update LVGL to v9.1.0 2 år sedan
pika_lvgl_lv_obj.c Update LVGL to v9.1.0 2 år sedan
pika_lvgl_lv_style_t.c Update LVGL to v9.1.0 2 år sedan

README.md

PikaScript Binding for LVGL

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.

More details to see: PikaScript and lvgl: Make Python Lighter, Easier and Smarter

The 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.

The available simulation project on windows: https://github.com/pikasTech/lv_pikascript

More document about PikaScript: https://pikadoc.readthedocs.io/en/latest/index.html