Releases: Spirik/GEM
Releases · Spirik/GEM
1.1.0
- 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 onExample-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
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
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.