tinygo-org / drivers

TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
607 stars 191 forks source link

ST7789V2 driver compatibility #670

Closed gmonarque closed 4 months ago

gmonarque commented 5 months ago

Hello,

I've been trying to use this display with tinygo: ST7789V2 LCD Module I can't control the display at all, all I can do is power it up. Is the ST7789 tinygo driver compatible? I've attached the datasheet below, and from what I can see they are very similar, registers seem to be identical. I've tried to use the example available here, but it seems quite outdated compared to the last driver update.

Could you update the example if needed, or confirm it's still up to date and applicable to this new ST7782V2 chip?

Thanks!

ST7789V2.PDF

gmonarque commented 4 months ago

Closing this, there was a hardware problem with my module..