ILI9341_T4
ILI9341_T4 copied to clipboard
Optimized ILI9341 screen driver library for Teensy 4/4.1, with vsync and diff. updates.
Just wanted to give you a heads up. lvgl changed or removed some functions - I'm sure with your level of expertise you can get this working again, if need...
Hello, I have an LCD with ST7789 controller and I would like to run LVGL on it. My project needs high performance UI, and so far the only other thing...
I'm using a Teensy 4.1 with a display using the default pins. Whenever I touch the center of the display, the screen starts having weird artifacts (colors inverted, image misaligned...
I'm using a T4.1 with a 2.8in display. When I use the following code: ```C++ /******************************************************************** * * ILI9341_T4 library example: displaying moving sprites... * ********************************************************************/ #include #include // //...
I have an ili9341 display without a MISO pin. Is it absolutely mandatory for the library to work? I have previously used ili9341_t3, which did not require this. Thanks for...
ILI9488
Hi Arvind, just a thought, don't panic ;o) Would it be possible to make the driver also for ILI9488? Or is the effort huge? I find for the ILI9488 only...
Hello, i was using this library with the freertos port by tsandmann (tsandmann/freertos-teensy). The problem is, it freezes at https://github.com/vindar/ILI9341_T4/blob/d9bea487d0fa38fc52ffb2bf9e8efc7b827a1cbc/src/ILI9341Driver.h#L1433 for some time and then continues, even the SPI clock...
This should improve performance as we dont have to deal with rotating in software anymore. Im currently prototyping on my custom fork (which has a lot of stuff removed, so...