libdriver / st7789

ST7789 full function driver library for general MCU and Linux.
https://www.libdriver.com
MIT License
264 stars 60 forks source link

Is ST7789V2 supported? #2

Closed cretaceous-creature closed 6 months ago

cretaceous-creature commented 6 months ago

Please ask your question

I'm using a 240x240 tft with ST7789V2 IC.
The code is running but only noise on the screen, it seems the show and clear function works, I'm wondering if it is the IC version issue.

Additional context

No response

libdriver commented 6 months ago

This driver supports the V2 version of ST7789. The default resolution for the example or test is 240x320. If you use the 240x240 resolution, you need to modify the screen parameter configuration.

cretaceous-creature commented 6 months ago

thanks a lot, I bought another 7789, work now