Skip to content
forked from notro/gud-pico

Raspberry Pi Pico GUD USB Display

License

Notifications You must be signed in to change notification settings

horho77/gud-pico

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi Pico GUD USB Display

GUD implementation for the Raspberry Pi Pico with a Pimoroni Pico Display.

The PICO_SDK_PATH env var should point to the Pico SDK.

Build

$ git clone https://github.com/notro/gud-pico
$ cd gud-pico
$ mkdir build && cd build
$ cmake ..
$ make

The default VID:PID won't be supported in the host driver before Linux v5.15 is out (it's present in the rPi 5.10 backport). Can be changed in libraries/gud_pico/tusb_config.h.

About

Raspberry Pi Pico GUD USB Display

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 77.8%
  • C++ 19.9%
  • CMake 2.3%