madhu Posted July 13, 2016 Report Share Posted July 13, 2016 Hi. How to do screen update with in every 1000 milli seconds. Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted July 13, 2016 Report Share Posted July 13, 2016 µGFX doesn't use a global "update" timer. It only redraws content (and only the parts of it) when it really has to. This saves a lot of resources. Therefore, there's no setting where you can set a fixed or minimal frame update rate. If you need to periodically update a certain element or area, you can use a GTIMER and manually issue a redraw. However, when you need that (eg. when updating a counter or similar) we recommend using the GWIN system which automatically handles redrawing itself. You usually If you give us some more information about what you archive we'll be able to give you better/proper advice. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now