You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.