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-SDKline in the compile.sh file and change the value to the path to yourpico-sdkfolder. - Run the compile.sh script