issues
search
dawsonjon
/
PicoRX
Build a SDR SW/MW/LW Receiver with a Raspberry Pi Pico
Other
252
stars
32
forks
source link
Further buttons handling refactor
#111
Closed
mryndzionek
closed
1 month ago
mryndzionek
commented
1 month ago
Another PR in the series. Now:
the button events decoding is moved from
ui.cpp
events are now properly serialized, so the state logic can be simpler (no need for checking conjunctions of events)
more sophisticated event decoding is possible, e.g. now pressing the encoder button two times quickly mutes and unmutes
dawsonjon
commented
1 month ago
Thanks!
Another PR in the series. Now:
ui.cpp