Introduction: Gauges and Progress Bars for Arduino Monochrome Displays

Quick example of:

  • progress bars
  • equalizer bars
  • 4 gauges

Prepared for monochrome displays for Arduino projects. HX1230 LCD was used for this demo.

HX1230 graphics library provides dithering for simulation of shades of grey.

Step 1: Watch the Video

Step 2: Arduino Software

Install HX1230 graphics library:

https://github.com/cbm80amiga/HX1230_FB

Gauges demo program from above lib examples:

https://github.com/cbm80amiga/HX1230_FB/tree/maste...