Releases: lexus2k/NixieLib
Releases · lexus2k/NixieLib
Version 1.1.3 is released
Version 1.1.2 is released
- Rainbow highlight is added to Nixie Clock example
Version 1.1.0 is released
- Nixie Clock sound diorama controller is added as example (for Nixie Clock based on IN-14)
Version 1.0.0 is released
- Full-featured Nixie Clock example is added
Version 0.6.1 is released
- Committed missed NixieOs files.
Version 0.6.0 is released
- Libraries NixieLib and NixieOs are merged to single library
Version 0.5.2 is released
Library is synchronized with NixieOs 0.2.2
Version 0.5.1 is released
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
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
- 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.