A Beginner's Arduino Guide/Projects/Digital Display

There are several kinds of displays that can be used with an Arduino.

  • Character based - Typically easy to work with, these are usually designed to output text only.
  • Graphical - More difficult to work with. Allows the display to draw arbitrary images.