Skip to content

1.3.0

Compare
Choose a tag to compare
@Spirik Spirik released this 27 Sep 18:07
· 96 commits to master since this release
  • 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.