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

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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