News

As promised in the first part of this article, now it is time to see in detail how we can use the Alphanumeric LCD Display in our Arduino sketches. The idea beside this project is to give a simple ...
The 16×2 LCD display is a classic in the microcontroller world, and for good reason. Add a couple of wires, download a library, mash out a few lines of code, and your project has a user interface.
In this case it was the <LiquidCrystal_I2C.h> library and a code example for that library by ‘Arduino uno guy’. Adding a couple of analogue reads and some arithmetic, as well as finding more about lcd ...