====== 16x2 LCD + IO Shield ====== {{http://dn.odroid.com/homebackup/16x2LCDIOKitH.jpg?500|}} * Blue and white 16x2 Character LCD. * 7 x Blue LEDs * 2 x tact switches * 4 x 6pin IO port [[http://www.hardkernel.com/main/products/prdt_info.php?g_code=G141637550797|Where to buy]] === LCD pins === ^Pin name^Export GPIO num^wiringPi num^ |LCD_RS|#83|7| |LCD_EN|#88|0| |LCD_D4|#116|2| |LCD_D5|#115|3| |LCD_D6|#87|1| |LCD_D7|#104|4| ====== 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 ====== * [[c_16x2lcd_example | Basic example]] * [[c_16x2lcd_cpuinfo | Display System informations]] * [[c_16x2lcd_interrupt | Interrupt example]] * [[c1_wb_16x2lcd | Display sensors value with Weather-Board]]