Skip to content

Initial release

Compare
Choose a tag to compare
@CargoBikoMeter CargoBikoMeter released this 15 Dec 17:30
· 8 commits to main since this release
af70aa2

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