firmware/src/graphics/niche/Inputs
todd-herbert cf5c8de92e
Fix spurious button presses on some T-Echos (#6590)
Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
2025-04-15 20:33:44 -05:00
..
README.md
TwoButton.cpp Fix spurious button presses on some T-Echos (#6590) 2025-04-15 20:33:44 -05:00
TwoButton.h InkHUD support for LilyGo T3S3 E-Paper (#6503) 2025-04-09 10:41:51 -05:00

NiceGraphics - Inputs

General purpose input sources, for use with NicheGraphics UIs.

By remaining independent, we can have tailored input sources with further complicating the code in ButtonThread and the canned messages module.

Depending on its role, a NicheGraphics UI may or may not want to make use of the existing input broker.