Skip to content

Releases: obiwanjacobi/atl

ATL 0.2

17 Apr 15:15
Compare
Choose a tag to compare
ATL 0.2 Pre-release
Pre-release

Arduino Template Library 0.2

New
There is a new UI framework that works with 'any' display. It currently supports Pages, Label, Value and Text edit controls (no menu's yet).
There is a new group of classes that manage Arrays and Collections and Iterating over them.
There is support for PROGMEM data: for Arrays (access individual items) and Strings.
The ATL code is divided into separate libraries. Some libraries have examples, open these via File->Examples in the Arduino IDE. Install the ATL Libraries in the 'My Documents'/Arduino/libraries folder.
ATL now comes with complete documentation. These html pages can be installed locally on the machine (any location). Start index.html.

Have fun!