Table of Contents

16x2 LCD + IO Shield

Where to buy

LCD pins

Pin nameExport GPIO numwiringPi num
LCD_RS#187
LCD_EN#1740
LCD_D4#212
LCD_D5#223
LCD_D6#1731
LCD_D7#194

Use to LCD with wiringPi on Ubuntu

1. Get the wiringPi library compatible ODROID-XU4.

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

2. Build the library

cd wiringPi
./build

Tutorials