Open chaabanihoussem opened 1 year ago
Thank you @lewisxhe for the tool.
After many trials I found out that the process to push images on the T-dongle-S3 device is this :
1) Use MS Paint to save your image into Bitmap 24bits format (.bmp).
Then, for example, the TFT.ino example project can be modified to add the image file to the headers and to add a new case item diplaying this new image: case N: tft.pushImage(0, 0, 160, 80, (uint16_t *)gImage_yourimage); break;
Hi
this is not an issue, it's a question since I couldn't find the tool
what tool was used to convert an image to this array here:
T-Dongle-S3/example/Factory /logo.h
Thanks