dawsonjon / PicoRX

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

U8g2 integration #119

Open mryndzionek opened 1 hour ago

mryndzionek commented 1 hour ago

Added u8g2 library and integrated it into our display driver, so that (hopefully) nothing breaks and migration can be performed gradually. Revamped the main/original page using the library. To build, download/clone u8g2 into external subdirectory (might be worth adding it as a submodule). Rebuilding from scratch (removing whole CMake build directory) is advised.