News

Instead, a virtual version of the hardware has been built into a web interface. [Tobie’s] part of the hack is to use an Arduino and a few buttons as the controller.
To link a standard 16×2 LCD directly with the microcontroller, for instance Arduino, you would need atleast 6 I/O pins to talk to the LCD. However, if you use an LCD module with I2C interface, you ...
PILib is a C++ library that implements an interface for HD44780 based LCD displays for the Raspberry PI. It can be downloaded at PILib . It is pretty easy to use.
To build this project, all you need is three main components: an Arduino Uno, a 16x2 LCD, and a push button. You can connect everything to a breadboard to keep it simple.