From 5f651590ab0dfab116549f1b5c5fbf5f645ba01f Mon Sep 17 00:00:00 2001 From: rdagger Date: Tue, 13 Feb 2024 08:14:47 -0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 528b895..26621a8 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,6 @@ Full write up on my website [Rototron](https://www.rototron.info/projects/esp32- [![ILI9341 Tutorial](https://img.youtube.com/vi/NJuOkSSfgUQ/sddefault.jpg)](https://youtu.be/NJuOkSSfgUQ ) _Tested on ESP32 (Wemos Lolin32 & Loline32 Pro)_ + +Use the img2rgb565.py tool located in the utils folder to change image files like JPEG and PNG into the required raw RGB565 format. +The fonts available in this repository were made with a free conversion tool named [GLCD Font Creator](https://www.mikroe.com/glcd-font-creator/).