Releases: Spirik/GEM
Releases · Spirik/GEM
1.4.3
1.4.2
- Support for setting text 'magnification' size (i.e. scale factor) for Adafruit GFX version via
::setTextSize()
method; - Readme updated accordingly;
- Simplify Party Hard example for Adafruit GFX version by commenting out one of the frames to free up some program storage space to fit into Arduino UNO R3.
1.4.1
- Explicit inclusion of
avr/dtostrf.h
for RP2040 and nRF52840 based boards (to allow support for floating-point variables); -Wreorder
,-Wunused-variable
,-Wmaybe-uninitialized
warnings during compilation for RP2040 and nRF52840 fixes;- Compatibility section in Readme updated.
1.4.0
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
- Support for Adafruit GFX library via
GEM_adafruit_gfx
class; - Additional Example-04_Blink_Recolor sketch, based on Example-02_Blink with new
setForegroundColor()
andsetBackgroundColor()
methods (only for Adafruit GFX version); - New
GEM_ITEMS_COUNT_AUTO
value formenuItemsPerScreen
initialization parameter to turn on automatic calculation of number of items that will fit on the screen based on screen's height; - Readme updates to include walkthrough guide on How to use Adafruit GFX version and updated Reference section;
- Fixed bug with
GEMItem::hide()
in case when the first menu item is hidden.