dawsonjon / PicoRX

Build a SDR SW/MW/LW Receiver with a Raspberry Pi Pico
MIT License
223 stars 30 forks source link

New font fixes and small UI fixes #72

Closed penfold42 closed 2 weeks ago

penfold42 commented 2 weeks ago

display_draw_str and char again support arbitrary scaling of fonts.

ssd1306_draw_char_with_font() fix logic on preclearing background of character cell.

16x12 font tweaks

fix draw_h_tick_marks() wrong Y offset on a couple of the ticks

Fix waterfall scrolling some crumbs down

dawsonjon commented 2 weeks ago

Thanks!