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.
|
|
2 years ago | |
|---|---|---|
| fonts | 2 years ago | |
| images | 6 years ago | |
| sketchup | 6 years ago | |
| utils | 2 years ago | |
| .gitattributes | 6 years ago | |
| .gitignore | 3 years ago | |
| LICENSE | 6 years ago | |
| README.md | 2 years ago | |
| demo_bouncing_boxes.py | 5 years ago | |
| demo_circuitpython.py | 6 years ago | |
| demo_clear.py | 3 years ago | |
| demo_color_palette.py | 5 years ago | |
| demo_color_wheel.py | 5 years ago | |
| demo_colored_squares.py | 2 years ago | |
| demo_fonts.py | 5 years ago | |
| demo_fonts8x8.py | 3 years ago | |
| demo_fonts_rotated.py | 2 years ago | |
| demo_images.py | 5 years ago | |
| demo_orientation.py | 5 years ago | |
| demo_scrolling_marquee.py | 5 years ago | |
| demo_shapes.py | 5 years ago | |
| demo_sprite.py | 5 years ago | |
| demo_touch.py | 3 years ago | |
| ili9341.py | 2 years ago | |
| pwn_search.py | 6 years ago | |
| touch_keyboard.py | 6 years ago | |
| urequests2.py | 6 years ago | |
| xglcd_font.py | 2 years ago | |
| xpt2046.py | 6 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.
