Floyd-Fish / ST7789-STM32

using STM32's Hardware SPI to drive a ST7789 based IPS displayer
GNU General Public License v3.0
276 stars 55 forks source link

My fork: github.com/deividAlfa/ST7789-STM32 Uses UGUI, custom fonts, pictures, windows, huge performance gains! #17

Open deividAlfa opened 2 years ago

deividAlfa commented 2 years ago

Given this repository seems dead, I forked and further enhanced it.

https://github.com/deividAlfa/ST7789-STM32

vinothkannanagva commented 2 years ago

(page 260 /ST7789V2 datasheet sitronix) 9.2.1 RAMCTRL (B0h): RAM Control

can I increase refresh rate of LCD by doing changes in above registers ??

deividAlfa commented 2 years ago

Yes, but in FRCTRL1 (B3h), not in RAMCTRL (B0h). You can also tweak the porch timing in PORCTRL (B2h), lowering it to the minimum increases the refresh rate 7%. Check st7789.c, ST7789_Init, read the comments, eveeyth is already there.