Skip to content

Releases: todd-herbert/heltec-eink-modules

v3.3.0

01 Oct 06:29
Compare
Choose a tag to compare
  • Use SPI SD adapter to load and save images
  • SAMD21G18A: MISO pinout; additional combinations
  • Bugfix: clear() breaks update()
  • Bugfix: image lost after setFlip(), when using update()

v3.2.0

17 Sep 10:21
Compare
Choose a tag to compare
  • Rename overwrite(): the term is unclear. Quickly, before it gains use.

    • New method is update(). Old method remains, deprecated, for now.
  • New method: startOver()

    • Clears the drawing memory, without changing the display
    • Used with update()

v3.1.1

15 Sep 15:41
Compare
Choose a tag to compare
  • Text positioning methods now accept Arduino String (if that's what you're into)
  • Examples use updated terminology for rotation
  • Bugfix: getTextBounds() refusing native int and uint types on 32bit platforms

v3.1.0

15 Sep 07:34
Compare
Choose a tag to compare
  • Support for platform: SAMD21G18A (Arduino Zero)

  • bugfix: overwrite() on 3-Color displays   (reported by @RubenNL)
  • bugfix: setRotation() wiping image data, if paging disabled
  • bugfix: compiler error and warning info displaying too much, or not at all

v3.0.0

12 Sep 11:54
Compare
Choose a tag to compare

Careful, this one has breaking changes.

  • Support extended to new platforms:

    • ESP32
    • ESP8266
    • ATmega2560
  • Denser code

    • DRAW (display) replaces while (display.calculating)
    • display.colors.BLACK becomes BLACK
  • Simplified fast-mode

    • `fastmodeOn()', 'fastmodeOff()'
    • No "finalizing"
  • Support hardware power switching

    • usePowerSwitching(pin, switch_type)

v2.5.1

05 Sep 11:15
Compare
Choose a tag to compare
  • bugfix: horizontal white bar appearing on some displays

v2.5.0

14 Aug 14:26
Compare
Choose a tag to compare

v2.4.2

29 Jul 11:28
Compare
Choose a tag to compare
  • Bugfix: correctly release dynamic memory
  • Look up tables now stored in PROGMEM

2.4.1

15 Jul 07:54
Compare
Choose a tag to compare
  • Bugfix: use the updated class name, GDE029A1, in the identify_display example sketch

2.4.0

15 Jul 05:08
Compare
Choose a tag to compare