Releases: CargoBikoMeter/WZePaperDisplay
Releases · CargoBikoMeter/WZePaperDisplay
Config touch pin addedd
With this release it is possible to add an external wired touch pin to the ESP32. Pressing this external touch pin during first system boot enters the configuration mode without open the device case.
Bug fix release
In this release some minor bugs are corrected.
improved system stability
This release has improved stability. Error messages on ePaper display will only appear during first boot. Some new variables added to count connection errors to external systems and include these counts into heartbeat data.
Initial release
This is the first release of WZePaperDisplay. Attached you will find two binaries.
- Waveshare s/w model 750_T7 (800x480): WZePaperDisplay-750_T7-v1.0.0--20211212.bin
- Waveshare color model 750c_Z90 (880x528): WZePaperDisplay-750c_Z90-v1.0.0--20211212.bin
You can install the binary with the following command on Linux:
- s/w model: $ esptool --chip esp32 --port /dev/ttyUSB0 --baud 460800 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size detect 0x10000 WZePaperDisplay-750_T7-v1.0.0--20211212.bin
- color model: $ esptool --chip esp32 --port /dev/ttyUSB0 --baud 460800 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size detect 0x10000 WZePaperDisplay-750c_Z90-v1.0.0--20211212.bin