Created to test the HAGL graphics library. For quick reference see the recording on Vimeo.
Below instructions assume you have Raspberry Pi Pico SDK installed and PICO_SDK_PATH
environment correctly set up.
$ git clone --recursive [email protected]:tuupola/pico_effects.git
$ cd pico_effects/build
$ cmake ..
$ make -j8
If you are using macOS you can then "flash" by putting the Pico into BOOTSEL
mode and copying the uf2 file.
$ cp pico_effects.uf2 /Volumes/RPI-RP2
HAGL is hardware agnostic. You can run the demos also on your computer.