News

A small LCD screen can be extremely helpful with small microcontroller projects. Not everything needs to communicate to a fancy server using an ESP8266. However, if the simplicity of the character … ...
The LCD panel can be used with any Arduino-compatible board, so it can be useful in a whole host of projects. Stick around to see a simple demo of the board in use.
LCD.h is the file including all the fixed constants and the local methods used to manage the display. Also useful to create a good documentation of the display features local methods. You should ...
So, what happens when we send a set of data to the LCD Device? Our resulting sketch will be almost simple. The most inspiring source to make this project comes from a blog post by Chris Parish ...