Skip to content

Releases: Spirik/GEM

1.1.0

06 May 15:28
e8db621
Compare
Choose a tag to compare
  • Support for U8g2 library via GEM_u8g2 class;
  • Code cleanup (both AltSerialGraphicLCD and U8g2 versions);
  • Basic Cyrillic support for U8g2 version (enableCyrillic() method);
  • Additional Example-04_Basic_Cyr sketch, based on Example-01_Basic with Cyrillic support;
  • New reInit() method to help reset display before returning from user-defined context;
  • Readme updates to include walkthrough guide on How to use U8g2 version and updated Reference section.

1.0.8

11 Apr 13:55
Compare
Choose a tag to compare

Minor update (Readme typo fix; Small code cleanup)

1.0.7

17 Aug 17:07
Compare
Choose a tag to compare

Fixed an issue when saveCallback was not firing for MenuItem with linked boolean variable. See #9 for details.

1.0.6

07 Nov 18:55
Compare
Choose a tag to compare

Correct menu pointer behaviour in case of a single menu item or empty menu page.

1.0.5

10 Sep 07:16
Compare
Choose a tag to compare

Added missing keyword definition to keywords.txt in order to properly highlight library keywords. See #6 for details.

1.0.4

15 Jul 07:30
Compare
Choose a tag to compare

keywords.txt fixed to feature single true tab separators in order to enable proper highlighting of library keywords. See #5 for details.

1.0.3

14 Apr 15:48
Compare
Choose a tag to compare

Support for more restrictive compilers (w/o -fpermissive flag), like those for SAMD based boards (e.g. Arduino Zero). Note that appropriate modification of AltSerialGraphicLCD library may be required to use with SAMD boards.

1.0.2

09 Jan 07:16
Compare
Choose a tag to compare

License updated to LGPLv3.

1.0.0

08 Jan 09:07
Compare
Choose a tag to compare
1.0.0 Pre-release
Pre-release

Initial release.