Skip to content

Releases: wloche/LcdProgressBarDouble

Allow negative ranges

27 Apr 03:34

Choose a tag to compare

Requested by Mr Ganesh Joshi, here is an update to allow negative Integers.
Hope it helps!

Usage of PROGMEM for the constants (bars and intToBars)

11 Feb 05:45

Choose a tag to compare

Storage and RAM gains with the PROGMEM keyword:

  • v1.0.5: DoubleBarPot.ino uses 7446 bytes and 310 bytes of RAM
  • v1.1.0: DoubleBarPot.ino uses 7538 bytes and 230 bytes of RAM

Comment out this line to revert the original behavior:

#define LCDPROGRESSBAR_USE_PROGMEM

Debug on LCDPROGRESSBAR_DEBUG usage

11 Feb 00:03

Choose a tag to compare

Storage and RAM gains:

  • v1.0.4: DoubleBarPot.ino uses 8036 bytes and 498 bytes of RAM
  • v1.0.5: DoubleBarPot.ino uses 7446 bytes and 310 bytes of RAM

Yet to come: usage of PROGMEM

v1.0.4

20 Aug 03:35

Choose a tag to compare

Adding shortcuts disableBar1() and disableBar2()
Remove a compilation warning

v1.0.3

02 Aug 09:54

Choose a tag to compare

Added support to display 1 bar only
Example for showcase

v1.0.2

02 Aug 08:20

Choose a tag to compare

Added example with trimmer potentiometers
Corected entry pin 2 as the schema on initial example

Copyright corrected

01 Aug 16:45

Choose a tag to compare

v1.0.1

Copyright year corrected

Initial release

01 Aug 16:25

Choose a tag to compare

v1.0.0

Initial release