Teensy 4.1 & 8bit/16bit displays? #2696
Replies: 6 comments 3 replies
-
There is no parallel interface support for Teensy boards built into the library. The Teensy 4.1 will work well with SPI interface displays. Due to lack of familiarity with the Teensy boards and other priorities I don't plan to add parallel support. Nb. The RP2040 would be able to drive those 16-bit displays and be able to use DMA for screen updates. |
Beta Was this translation helpful? Give feedback.
-
I understand. That's what I thought based on your info here, but I wasn't 100% sure and I really like the higher pixel density. I don't know that I can shift to using the RP2040 but I'll look into it. Your library is so important to what I'm doing that I wouldn't change hardware that didn't support it. A lot of people love the Teensy, so I wonder if at some point you will take a look at them. Not for me, here, but just in general. They are blazing fast, start up super quick, and, well, very tiny or "teensy" lol. And there's a rich community of super smart geniuses supporting it; you'd probably get on well with that lot. Thanks again for your time and always rushing to support everyone. You're the best, and your lib is amazing. Mike |
Beta Was this translation helpful? Give feedback.
-
I´m absolutly in for teensy support :) |
Beta Was this translation helpful? Give feedback.
-
You are correct; it's a GREAT processor! And fast too! The lament is I cannot use 8 bit or 16 bit with any screens with the library, even though I know it's possible because some folks on the Teensy forum have made LCD libraries that support them. But I've invested over a year and hundreds/thousands of hours of development with your amazing library, and I wouldn't change it for anything because it's amazing. Thanks again Mr Bodmer. I feel funny not knowing your first name btw; you've done so much for me and for all of us with your genius libraries. Best, Mike |
Beta Was this translation helpful? Give feedback.
-
Another interesting lib as well: Website: Quick YouTube demo: |
Beta Was this translation helpful? Give feedback.
-
And another lib: https://github.com/david-res/ILI948x_t41_p And another: And a post with data from another guy who's got 16bit working: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm thinking of using a 480x320 3.2" display with a Teensy 4.1, and I notice they all seem to have 16bit interfaces with the 9481 driver.
Would the TFT_eSPI library work with these kinds of displays, such as this one: https://www.aliexpress.com/item/32629717462.html?spm=a2g0o.cart.0.0.7e7238da8ed5oE&mp=1
I've run across some discussion of 8bit/16bit support on your site here, and I think this will not work. But I wanted to ask before wasting a lot of time and money buying hardware that is doomed from the get go.
Thanks,
Mike
Beta Was this translation helpful? Give feedback.
All reactions