Table of Contents

16x2 LCD + IO Shield

Where to buy

LCD pins

Pin nameExport GPIO numwiringPi num
LCD_RS#837
LCD_EN#880
LCD_D4#1162
LCD_D5#1153
LCD_D6#871
LCD_D7#1044

Use to LCD with wiringPi on ubuntu

1. Get the wiringPi library compatible ODROID-C1.

git clone https://github.com/hardkernel/wiringPi

2. Build the library

cd wiringPi
./build

Tutorials