MicroPython ILI9341Display & XPT2046 Touch Screen Driver
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rdagger 67c51314a7
Update README.md
1 month ago
fonts Add utility to convert FontEdit fonts. 1 year ago
images Add PBM (portable bitmap) demo 11 months ago
sketchup Add case SketchUp and STL files 5 years ago
utils Update img2rgb565.py docstring 10 months ago
.gitattributes Initial commit 5 years ago
.gitignore Add support for MicroPython built-in 8x8 font. 3 years ago
LICENSE Update LICENSE 5 years ago
README.md Update README.md 1 month ago
demo_animated_sprite.py Add ST7735 support. 1 month ago
demo_bouncing_boxes.py Add ST7735 support. 1 month ago
demo_circuitpython.py Add ST7735 support. 1 month ago
demo_clear.py Add ST7735 support. 1 month ago
demo_color_palette.py Add ST7735 support. 1 month ago
demo_color_wheel.py Add ST7735 support. 1 month ago
demo_colored_squares.py Add ST7735 support. 1 month ago
demo_fonts.py Add ST7735 support. 1 month ago
demo_fonts8x8.py Add ST7735 support. 1 month ago
demo_fonts8x8_bgcolor.py Add ST7735 support. 1 month ago
demo_fonts_rotated.py Add ST7735 support. 1 month ago
demo_images.py Add ST7735 support. 1 month ago
demo_inversion.py Add ST7735 support. 1 month ago
demo_mirror.py Add mirror option 10 months ago
demo_orientation.py Add ST7735 support. 1 month ago
demo_pbm.py Add PBM (portable bitmap) demo 11 months ago
demo_scrolling_marquee.py Add ST7735 support. 1 month ago
demo_sdcard.py Add ST7735 support. 1 month ago
demo_shapes.py Add ST7735 support. 1 month ago
demo_sprite.py Add ST7735 support. 1 month ago
demo_st7735s.py Add ST7735 support. 1 month ago
demo_touch.py Clean up comments 3 years ago
ili9341.py Add ST7735 support. 1 month ago
pwn_search.py Add ST7735 support. 1 month ago
touch_keyboard.py Add ST7735 support. 1 month ago
urequests2.py Add ST7735 support. 1 month ago
xglcd_font.py Add ST7735 support. 1 month ago
xpt2046.py Add ST7735 support. 1 month ago

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.