-
Notifications
You must be signed in to change notification settings - Fork 0
Home
emutyworks edited this page Dec 19, 2021
·
14 revisions
Learning Raspberry Pi Pico C++ programming step by step.
-
Converter to PNG
Converter to create 16-bit color data from PNG images.

*Structure of color data
| Doxygen | Source code | |
|---|---|---|
| pimoroni-pico/libraries/pico_graphics | Link | Link |
- Getting started with PicoSystem and C++
- PicoSystem libraries and examples
-
Program games on the Pimoroni PicoSystem
Phantom Slayer for the Pimoroni PicoSystem - Assembly Language on the Raspberry Pi Pico
- Raspberry Pi pico 解析(bootrom)
-
Programming the Raspberry Pi Pico
I finally got my hands on a Raspberry Pi Pico, and I wrote an assembly program for it.
*I built on Ubuntu on WSL2
$ mkdir pico
$ cd pico
$ export SKIP_VSCODE=1
$ export SKIP_UART=1
$ sudo apt update
$ wget -O pico_setup.sh https://rptl.io/pico-setup-script
$ chmod +x pico_setup.sh
$ ./pico_setup.sh
- "CMake Error at examples/breakout_bme688/bme688_parallel.cmake:3"
https://github.com/pimoroni/pimoroni-pico/issues/189
$ git submodule update --init
emutyworks | Twitter | YouTube | SoundCloud | itch.io