e-Paper
e-Paper copied to clipboard
Width value is incorrect in 2in13
https://github.com/waveshare/e-Paper/blob/af9694c602fb24d776cd0f0b3e073a477294e3d8/STM32/STM32-F103ZET6/User/e-Paper/EPD_2in13_V2.c#L196
Comment says 0x0C but the value is 0x0F. It is supposed to be 122, not 128
Each pixel is one bit, So byte alignment is required. This coordinate orientation is designed to fit the GUI, and you can change the display orientation as appropriate.