ST7735 at high rate? #5110
Replies: 1 comment
-
Posted at 2024-05-09 by Mrbbp i tried with an hardware spi, but I don't save much time. 1 tenth of a second
Posted at 2024-05-09 by @fanoush
You could use hardware SPI and set higher speed? Also you could try to enable JIT compiler in the flip() method Also there is the relatively generic lcd_spi driver Posted at 2024-05-09 by @fanoush
why so low (1Mbit)? these displays can do much more, 16 or even 32Mbit could work (not sure what is the limit of your board) Posted at 2024-05-09 by Mrbbp thank you. Posted at 2024-05-10 by @gfwilliams The ST7735 module does use an offscreen buffer. Some modules for driving screens (like https://www.espruino.com/ST7789) offer a mode where they render direct to the screen, so you could try copy/pasting the code to do that instead. Sending direct causes more flicker but if you're not overwriting much of the screen it could be faster. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2024-05-09 by Mrbbp
Hello, i'm back from a long circuitpython session...
I'm playing with a small 128x128 SPI TFT display with a short generative prog
But the display take 0.65sec to screen the picture drawn in .02s
Is there a way to send faster to the display?
and avoid image scanning?
regards
Beta Was this translation helpful? Give feedback.
All reactions