rdagger / micropython-ili9341

MicroPython ILI9341Display & XPT2046 Touch Screen Driver
MIT License
194 stars 40 forks source link

How to create images for ILI9341 TFT Display? #21

Closed Mark25A closed 9 months ago

Mark25A commented 9 months ago

I am working with the ILI9341 TFT display and successfully loading images in the .raw format using the images from the images folder provided by this project. However, I am struggling to understand how to create my own .raw files, I looked everywhere and found nothing. They always end up loading wrong.

Mark25A commented 9 months ago

Okay I noticed that the issue has been asked a few times, took me some time but I figured out how to make it work, works like a charm!