vindar / ILI9341_T4

Optimized ILI9341 screen driver library for Teensy 4/4.1, with vsync and diff. updates.
GNU Lesser General Public License v2.1
70 stars 12 forks source link

Support for ST7789 #18

Open kh0987 opened 6 months ago

kh0987 commented 6 months ago

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've found using ST7789 with LVGL on Teensy 4.X platform is st7789_t3, which results in low performance. I've seen in some libraries' code that the difference between them might not be so big.

Is there a way to port this library to work with ST7789? I don't need tearing prevention, just the performance is important to me.

Thanks.

vindar commented 6 months ago

Hi,

I have not tried it personally it but it seems my ILI9342_T4 library (which is a direct port of this library) "almost" work with the ST7789V display... c.f. this post.

I expect I will attempt to port the library to ST7789 at some point but probably not before a couple of months as I am busy right now...

Anyway, if you try it, I am interested to know what works/breaks with this display controller.

Best,