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
I want to display some values constantly and with nice refresh rate. But this always causes overall performance drop. I've created simple code to count how many times it is executed in seconds, and even using xTaskCreate with low priority causes some drops. Im using SPI only for screen, so it can't block anything else with data transfer.
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
-
I want to display some values constantly and with nice refresh rate. But this always causes overall performance drop. I've created simple code to count how many times it is executed in seconds, and even using xTaskCreate with low priority causes some drops. Im using SPI only for screen, so it can't block anything else with data transfer.
It is possible to create non-blocking display?
Beta Was this translation helpful? Give feedback.
All reactions