Releases: todd-herbert/heltec-eink-modules
Releases · todd-herbert/heltec-eink-modules
v4.6.0
v4.5.1
v4.5.0
v4.4.0
- Support for Vision Master E213 and E290 boards
- Fix setting rotation inside a
DRAW()
operation - Softer fast-mode refresh for DEPG0290BNS800
PlatformIO users:
You now need to have the "official" Heltec board identifiers added to the build_flags
line of your platformio.ini file.
See the example here.
v4.3.2
Increased contrast / decreased ghosting when using fast-mode with LCMEN2R13EFC1 (Heltec Wireless Paper V1.1)
v4.3.1
Quick bug-fix release:
- work around a conflict between Heltec_EPS32 library and IDF 5.1 component (#12 (comment), @Glenno-H)
v4.3.0
Feature:
- Dimension info moved:
display.bounds.full.x()
->display.x()
display.bounds.window.x()
->display.window.x()
- etc.
Fix:
- Building for Wireless Paper with the new Heltec ESP32 Series develop environment Rev 3.0.0 Alpha (#12, @vinouz)