Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rdagger/micropython-ili9341
MicroPython ILI9341Display & XPT2046 Touch Screen Driver
https://github.com/rdagger/micropython-ili9341
Last synced: 3 months ago
JSON representation
MicroPython ILI9341Display & XPT2046 Touch Screen Driver
- Host: GitHub
- URL: https://github.com/rdagger/micropython-ili9341
- Owner: rdagger
- License: mit
- Created: 2020-04-17T21:45:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T20:56:03.000Z (5 months ago)
- Last Synced: 2024-06-24T22:33:19.821Z (5 months ago)
- Language: Python
- Size: 1.16 MB
- Stars: 161
- Watchers: 6
- Forks: 33
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-micropython - micropython-ili9341 - MicroPython ILI9341 display & XPT2046 touch screen driver. (Libraries / Display)
README
# micropython-ili9341
MicroPython ILI9341 Display and XPT2046 Touch Screen DriversFull write up on my website [Rototron](https://www.rototron.info/projects/esp32-pwned-password-checker/) or click picture below for a YouTube video:
[![ILI9341 Tutorial](https://img.youtube.com/vi/NJuOkSSfgUQ/sddefault.jpg)](https://youtu.be/NJuOkSSfgUQ )
_Tested on ESP32 (Wemos Lolin32 & Loline32 Pro)_
#### Notes
1. Use the img2rgb565.py tool located in the utils folder to change image files like JPEG and PNG into the required raw RGB565 format.
2. The fonts available in this repository were made with a free conversion tool named [GLCD Font Creator](https://www.mikroe.com/glcd-font-creator/).