acid-drop- Hacking the planet from a LilyGo T-Deck using custom firmware |
git clone git://git.acid.vegas/acid-drop.git |
Log | Files | Refs | Archive | README | LICENSE |
lv_example_rlottie_2.py (181B)
1 #!/opt/bin/lv_micropython -i 2 import lvgl as lv 3 import display_driver 4 5 lottie = lv.rlottie_create_from_file(lv.scr_act(), 100, 100,"lv_example_rlottie_approve.json") 6 lottie.center()