Arduino projects
arduino lcd bin2hex.xlsx provides an easy to use tool in creating of custom characters for an LCD screen for use in an Arduino sketch. It is easy to use because it provides a method to:
- set each pixel on or off with 1's and 0's
- a visualization of how your custom character will appear on the LCD
- the code to copy & paste into the Arduino sketch in Binary, Hexadecimal, and Decimal.
Simply set the 1s and s 0s, copy the bin/hex/dec, paste into Arduino sketch.