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
Support for Adafruit GFX library via GEM_adafruit_gfx class;
Additional Example-04_Blink_Recolor sketch, based on Example-02_Blink with new setForegroundColor() and setBackgroundColor() methods (only for Adafruit GFX version);
New GEM_ITEMS_COUNT_AUTO value for menuItemsPerScreen 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.