SmoothProgress

Display

Smooth progress bar for character LCD displays
Allows showing up to 4 independent smooth progress bars on a single character LCD displays like 1602, 2004, 1604, ... Supports horizontal and vertical progress bars. Supports several (predefined) or user defined visual styles for the progress bars. Enables storing data for the styles in RAM or FLASH (PROGMEM). Uses LiquidCrystal (LiquidCrystal_I2C, hd44780), or mostly any library for character LCD displays that use Hitachi HD44780 or compatible controller that implements write(uint8_t), setCursor(uint8_t, uint8_t) and createChar(uint8_t, uint8_t[]) member functions. Supports parallel use of multiple character LCD displays.

Author: Dejan Gjorgjevikj

Maintainer: Dejan Gjorgjevikj

Read the documentation

Go to repository

Compatibility

This library is compatible with all architectures so you should be able to use it on all the Arduino boards.

Releases

To use this library, open the Library Manager in the Arduino IDE and install it from there.