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

library.properties (618B)

      1 name=AceButton
      2 version=1.3.3
      3 author=Brian T. Park <brian@xparks.net>
      4 maintainer=Brian T. Park <brian@xparks.net>
      5 sentence=An adjustable, compact, event-driven button library that handles debouncing and dispatches events to a user-defined event handler.
      6 paragraph=Supported events are Pressed, Released, Clicked, DoubleClicked, LongPressed, and RepeatPressed. Timing parameters, event activation, and event suppression can be configured at compile-time or run-time. Optimized for compact memory consumption. Unit tested using AUnit.
      7 category=Signal Input/Output
      8 url=https://github.com/bxparks/AceButton
      9 architectures=*