Skip to content

Old school demo effects for Raspberry Pi Pico

Notifications You must be signed in to change notification settings

trepidacious/pico_effects

 
 

Repository files navigation

Old schoold demo effects for Raspberry Pi Pico

Pico effects

Created to test the HAGL graphics library. For quick reference see the recording on Vimeo.

Compile

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

Run on computer

HAGL is hardware agnostic. You can run the demos also on your computer.

About

Old school demo effects for Raspberry Pi Pico

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.0%
  • CMake 4.5%
  • C++ 3.5%