Gauges and Progress Bars for Arduino Monochrome Displays

by cbm80amiga in Circuits > Arduino

2046 Views, 2 Favorites, 0 Comments

Gauges and Progress Bars for Arduino Monochrome Displays

main.jpg
bars.jpg
eqbars.jpg
gauge1.jpg
gauge2.jpg
gauge3.jpg
gauge4.jpg

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.

Watch the Video

Gauges and progress bars for monochrome displays - Arduino and HX1230

Arduino Software

main.jpg

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...