Waveshare 4.2inch e-Paper Display with ESP32

Waveshare 4.2inch e-Paper display with ESP32 in Arduino
Introduction
This project is for testing purpose and provides a working example to display pre-created icons with sensor measurements on the Waveshare 4.2inch e-Paper display.
Usage
Just compile and upload the “.ino” file to the board, connect the display as stated below and the display will show the example project as show in the demo below.
Transform a image into C code
I used the website image2cpp to transform an image into a byte array which can be used in the C++ code. Just upload a picture and copy the resulting byte code into “icons.h”.