Skip to content

v4.0.0

Compare
Choose a tag to compare
@todd-herbert todd-herbert released this 25 Jan 10:39
· 47 commits to main since this release

Features

  • Support for "Wireless Paper" boards
    • DEPG0213BNS800 (Marketed as: "E-INK V1.0")
    • LCMEN2R13EFC1 (Marketed as: "E-INK V1.1")
  • setRotation() accepts several new formats
  • Load and Save from SD with "prefix" and "iterable id"

Fixes

  • Fast mode: no longer causes a "double update"
  • Fast mode: LUTs reviewed
  • Fast mode: update() no longer erases image-data generated before fastmodeOn()
  • Fast mode: "Border" set for DEPG0150BNS810
  • SD: 2.13" displays now save data as 122px wide
  • SD: images loading direct from SD can now use fast mode
  • SPI: clock speed increased from 200KHz to 2MHz
  • Sketch size: optimization.h - less flash usage on Uno
  • Bluetooth: resolved compatibility issue with ESP32 BLE library
  • Text: getTextBounds() working for 32bit platforms
  • Text: setCursorTopLeft() working for 32bit platforms
  • update(): no longer overrides setBackgroundColor(), setTextColor() on first call