Skip to content

Releases: lexus2k/NixieLib

Version 1.1.3 is released

24 Sep 22:12
Compare
Choose a tag to compare
  • Fixed issue with setting date over bluetooth

Version 1.1.2 is released

18 Sep 12:41
Compare
Choose a tag to compare
  • Rainbow highlight is added to Nixie Clock example

Version 1.1.0 is released

09 Sep 01:16
Compare
Choose a tag to compare
  • Nixie Clock sound diorama controller is added as example (for Nixie Clock based on IN-14)

Version 1.0.0 is released

07 Sep 13:47
Compare
Choose a tag to compare
  • Full-featured Nixie Clock example is added

Version 0.6.1 is released

03 Jul 14:01
Compare
Choose a tag to compare
  • Committed missed NixieOs files.

Version 0.6.0 is released

28 Jun 12:47
Compare
Choose a tag to compare
  • Libraries NixieLib and NixieOs are merged to single library

Version 0.5.2 is released

21 May 12:54
Compare
Choose a tag to compare

Library is synchronized with NixieOs 0.2.2

Version 0.5.1 is released

21 May 02:48
Compare
Choose a tag to compare

Version 0.5.1

  • New example added: Simple Clock
  • Fixes in documentation and comments
  • NixieOs library 0.2.0 is required

Version 0.5.0 is released

20 May 13:39
Compare
Choose a tag to compare

This release is not compatible with previous releases
Please, replace NixieLibrary::init() and NixieLibrary::update() with NixieOs::setup(nullptr) and NixieOs::run() (or NixieOs::refresh()). For more information, refere to examples.

  • Many functions are moved to separate library, so please download NixieOs library also.
  • Fixed bugs in NixieTube and NixieDisplay classes.

Version 0.4.0 is released

14 May 12:45
Compare
Choose a tag to compare
  • Fixed bug with wrong SCROLL_OFF effect (too quick tube powerOff).
  • Added new methods to nixie_display (powerOff, powerOn).
  • Added method to read absolute values from light sensor GL5528
  • Added support of 32-bit milliseconds and microseconds counters.