Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Latest commit

 

History

History
7 lines (6 loc) · 476 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 476 Bytes

rpi-pico-20x4-lcd-i2c-example

20 x 4 LCD I2C Display example for Raspberry Pi Pico
I used the lcd_1602_i2c example for the source code, you can find it here.

Compiling

  1. If you don't have PICO_SDK_PATH defined already, uncomment the export PICO_SDK_PATH=PATH/TO/PICO-SDK line in the compile.sh file and change the value to the path to your pico-sdk folder.
  2. Run the compile.sh script