Skip to content

Releases: 4dsystems/ViSi-Genie-Arduino-Library

v1.5.3

25 Jan 20:27
Compare
Choose a tag to compare

Small update to fix functions which returned nothing, as some Arduino Cores did not like that, one of which was Adafruit SAMD boards. Also cast the GENIE_VERSION to be a String, and matched a few variable types which were causing Warnings, and removed unused variables.

v1.5.2

27 May 09:38
Compare
Choose a tag to compare

Minor update to remove the redundant abs call on 2 overloaded functions which were not required as the parameter was unsigned to start with, causes compiling issues on some platforms.

v1.5.1

04 Aug 01:46
Compare
Choose a tag to compare

Added functions to support Inherent Labels, which are similar to String objects but allow for the use of External Fonts, not just the default FONT1, FONT2, FONT3. Like strings these can be dynamically changed by the Arduino but with a feature is they can be returned to their default information state as defined in WS4.
The length of an Inherent Label buffer is defined in the properties of the widget in Workshop4, using the Buffer parameter. Max is 255.
Added Demo to illustrate control.
Added documentation for genieArduino inside Readme.md file, supported functions, widgets and example code.

v1.5.0

21 Jul 01:21
Compare
Choose a tag to compare

New release, supports new Widgets which are coming in the new release of Workshop4.
Addition of Keywords for Genie object ID's

v1.4.5

10 Jul 22:16
Compare
Choose a tag to compare

Official release of this library.
This library has been around for a number of years and is stable.