-
-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for ILI9341_t3 #404
Comments
I am using an ILI9341 display but using the Adafruit Library. The problem is Adafruit library is very very slow in comparation with ili9341_t3. does anyone know how to use it? Thanks. |
Do you have a working example with adafruit display? |
Here is a working example. I have tested: PINS, tested with teensy 4.1: |
Thx, do you know how i can figure out if led may be switched by teensy pin or needs an extra transistor? |
Hi,
I'm using the library with a teensy 4.1 and ST7920 display. Now i like to use it with a ILI9341 display. ILI9341_t3 library seems not be supported - but TFT_eSPI seems to be fine.
So i tested TFT_eSPI which worked fine - but no look with any of the TFT_eSPI examples in this library. I only get a black screen with blue bars. Increasing the font size increases the size of the blue bars but no luck with displaying the menu.
Any hints for me?
Kind regards
The text was updated successfully, but these errors were encountered: