Skip to content

juliannojungle/pico-sdk-lcd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample project: how to use LCD with raspberry pico-sdk

Requirements: ✔️

B.O.M. (Bill Of Materials): 🛒

or

Wiring: 🔌

  • For the RP2040-LCD-1.28, there's no wiring at all;
  • For the "RaspberryPi Pico" + "1.28inch_LCD_Module" combo: Soon...

Development 👾

  • Start a Linux terminal (on windows, just open the command prompt and type wsl);
  • Install the build system, running the following command on terminal:
sudo apt update
sudo apt install cmake gcc-arm-none-eabi libnewlib-arm-none-eabi build-essential libstdc++-arm-none-eabi-newlib
  • Download the repository with it's dependencies:
git clone --recurse-submodules --shallow-submodules https://github.com/juliannojungle/pico-sdk-lcd.git
  • Open the project folder in vscode, click on the 'no kit selected' on status bar, select GCC arm-none-eabi build kit, then click on Build (right next to it);

*.uf2 file will be written at build directory. Just copy it to the raspberry pico's usb drive.


@juliannojungle, 2023