e-paper can only display black and white color.
1) Open a picture and set it as monochrome picture with Paint software of Windows
2) Resize the picture to supported resolution (according to e-paper)
3) Use Image2Lcd.exe software to convert picture to C array (.c file)
Open the picture in Image2Lcd.exe, configure:
Output file type: C array (*.c)
Scan mode: Horizon Scan
BitsPixel: monochrome
Max Width and Height: 200 200
Check Reverse color and click Save t generate the array. Copy to demo code for
using.