You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes it is useful to write a series of draws in the framebuffer and then write all of them in the st7789 in one shot. I'm not an expert but I think it can be also more efficient.
The idea could be to pass show: bool = True in the function calls. And expose then an ST7789 method show() that would write the framebuffer to the st7789.
I would like to implement it myself but I've looked at the c code and I'm no so expert in c unfortunately.
Any chances to see this implemented?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Sometimes it is useful to write a series of draws in the framebuffer and then write all of them in the st7789 in one shot. I'm not an expert but I think it can be also more efficient.
The idea could be to pass
show: bool = True
in the function calls. And expose then an ST7789 methodshow()
that would write the framebuffer to the st7789.I would like to implement it myself but I've looked at the c code and I'm no so expert in c unfortunately.
Any chances to see this implemented?
Beta Was this translation helpful? Give feedback.
All reactions