Working with images on embedded systems like the ESP32 and Arduino can be challenging, especially when using TFT displays. This tool simplifies the process by: Accepting bitmap images as input.
The bmp must be transformed into an array of bytes. "LCD Assistant" from http://en.radzio.dxp.pl/bitmap_converter/ is a great tool that you can use to convert the bmp ...