News

well, interfacing an µC to “an lcd panel” is quite hard and would’ve been an interesting topic. but since this post is about “interfacing an arduino with a serial lcd controller”, i’m ...
The hardware configuration described have been tested with an Arduino UNO R3, a 16×2 LCD, and an I2C LCD backpack purchased from an eBay seller. Further, the example sketch has been fully tested with ...
More details on the use and features of this library can be found on the Arduino playground site. The first part of the sketch source don’t need great comments: #include <AlphaLCD.h> #include ...
Update: Part3 is here (don’t get too excited..) This is all part of my personal challenge to quickly and accurately manually set 16bit numbers for microcontrollers.. Thanks to the earlier hard work of ...
My idea for manually setting a 16bit number using two potentiometers worked technically, but was not the brilliant method I had vaingloriously imagined 🙁 Not in summary, read on…. Note: scroll down ...