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