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.
- 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 yourpico-sdk
folder. - Run the compile.sh script