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_bar_1.py (98B)

      1 bar1 = lv.bar(lv.scr_act())
      2 bar1.set_size(200, 20)
      3 bar1.center()
      4 bar1.set_value(70, lv.ANIM.OFF)
      5