dawsonjon / PicoRX

Build a SDR SW/MW/LW Receiver with a Raspberry Pi Pico
Other
252 stars 32 forks source link

Scanner bug fixes and button event handling improvements #120

Closed penfold42 closed 1 month ago

penfold42 commented 1 month ago

Home double tap takes you to page 0

fix splash screen button/encoder handling

Fixed scanning bug when squelch==0 and sped it up

Changed scanner buttons

move some code out of button_state computation

ifndef #define M_PI to keep vscode from flagging problems. (the compiler always knew where to find it)

penfold42 commented 1 month ago

I've fixed the merge conflict with the U8g2 PR

dawsonjon commented 1 month ago

Cheers