Skip to content

Releases: CargoBikoMeter/WZePaperDisplay

Config touch pin addedd

31 Jul 10:34
Compare
Choose a tag to compare

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

23 Mar 07:00
Compare
Choose a tag to compare

In this release some minor bugs are corrected.

improved system stability

23 Jan 11:09
Compare
Choose a tag to compare

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

15 Dec 17:30
af70aa2
Compare
Choose a tag to compare

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