Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 497 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 497 Bytes

Arduino

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:

  1. set each pixel on or off with 1's and 0's
  2. a visualization of how your custom character will appear on the LCD
  3. 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.