Skip to main content

Working with Raspberry Pi Pico

Working with Raspberry Pi Pico

For environment setup, refer to: https://docs.waveshare.com/Raspberry-Pi-Pico-C-Tutorials

Hardware Connection

Required Components

  • RGB-Matrix-P4-64x32 (included in this product)
  • 2 × 8PIN 2.54mm pitch cable (included in this product)
  • Raspberry Pi Pico (must be purchased separately)

Hardware Connection

Importing the Project

Flashing Process

In the terminal shown above, enter the following commands:

resolution switching

By changing the PANEL_PROFILE parameter in the root CMakeLists.txt, you can change the panel size to be displayed.

Currently supported resolution profiles:

  • 64X32_1_16
  • 64X64_1_32
  • 80X40_1_20
  • 96X48_1_24

Specify via command line (execute in the project root directory to switch to 64x32):

cmake -S . -B build -G Ninja -DPANEL_PROFILE=64X32_1_16
cmake --build build

After compilation completes, press and hold the BOOT button on the board while powering it on, then click the RUN icon to flash the firmware.

Operation Result

64x32-Pico-01
64x32-Pico-02
64x32-Pico-03