MicroPython ILI9341Display & XPT2046 Touch Screen Driver
Go to file
rdagger 67c51314a7
Update README.md
fonts Add utility to convert FontEdit fonts.
images Add PBM (portable bitmap) demo
sketchup Add case SketchUp and STL files
utils Update img2rgb565.py docstring
.gitattributes Initial commit
.gitignore Add support for MicroPython built-in 8x8 font.
LICENSE Update LICENSE
README.md Update README.md
demo_animated_sprite.py Add ST7735 support.
demo_bouncing_boxes.py Add ST7735 support.
demo_circuitpython.py Add ST7735 support.
demo_clear.py Add ST7735 support.
demo_color_palette.py Add ST7735 support.
demo_color_wheel.py Add ST7735 support.
demo_colored_squares.py Add ST7735 support.
demo_fonts.py Add ST7735 support.
demo_fonts8x8.py Add ST7735 support.
demo_fonts8x8_bgcolor.py Add ST7735 support.
demo_fonts_rotated.py Add ST7735 support.
demo_images.py Add ST7735 support.
demo_inversion.py Add ST7735 support.
demo_mirror.py Add mirror option
demo_orientation.py Add ST7735 support.
demo_pbm.py Add PBM (portable bitmap) demo
demo_scrolling_marquee.py Add ST7735 support.
demo_sdcard.py Add ST7735 support.
demo_shapes.py Add ST7735 support.
demo_sprite.py Add ST7735 support.
demo_st7735s.py Add ST7735 support.
demo_touch.py Clean up comments
ili9341.py Add ST7735 support.
pwn_search.py Add ST7735 support.
touch_keyboard.py Add ST7735 support.
urequests2.py Add ST7735 support.
xglcd_font.py Add ST7735 support.
xpt2046.py Add ST7735 support.

README.md

micropython-ili9341

MicroPython ILI9341 Display and XPT2046 Touch Screen Drivers. Also compatible with ST7735.

Full write up on my website Rototron or click picture below for a YouTube video:

ILI9341 Tutorial

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.