forked from embedded/micropython-ili9341
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.
d8b2c10c3e | 10 months ago | |
---|---|---|
fonts | 1 year ago | |
images | 10 months ago | |
sketchup | 5 years ago | |
utils | 1 year ago | |
.gitattributes | 5 years ago | |
.gitignore | 2 years ago | |
LICENSE | 5 years ago | |
README.md | 11 months ago | |
demo_animated_sprite.py | 10 months ago | |
demo_bouncing_boxes.py | 5 years ago | |
demo_circuitpython.py | 5 years ago | |
demo_clear.py | 2 years ago | |
demo_color_palette.py | 5 years ago | |
demo_color_wheel.py | 5 years ago | |
demo_colored_squares.py | 11 months ago | |
demo_fonts.py | 5 years ago | |
demo_fonts8x8.py | 2 years ago | |
demo_fonts_rotated.py | 1 year ago | |
demo_images.py | 5 years ago | |
demo_orientation.py | 4 years ago | |
demo_scrolling_marquee.py | 5 years ago | |
demo_shapes.py | 5 years ago | |
demo_sprite.py | 5 years ago | |
demo_touch.py | 2 years ago | |
ili9341.py | 10 months ago | |
pwn_search.py | 5 years ago | |
touch_keyboard.py | 5 years ago | |
urequests2.py | 5 years ago | |
xglcd_font.py | 1 year ago | |
xpt2046.py | 5 years ago |
README.md
micropython-ili9341
MicroPython ILI9341 Display and XPT2046 Touch Screen Drivers
Full write up on my website Rototron or click picture below for a YouTube video:
Tested on ESP32 (Wemos Lolin32 & Loline32 Pro)
Notes
- 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.