annotate Current build/readme.txt @ 623:ba83a8ef9bad

Improvment frame Handling: In previous version, especially during fast menu operations, from time to time a flicker (in case of cyclic updated views) or corrupted menus appeared. Possible root cause is a interferance in the chain: refresh display (~100ms) => release frame (in parallel to) provide frame (~45ms) => clear frame (~45ms). to improve the behaviour the clear frame loop is not iterated until all bufferes are cleared (before one buffer every~45ms). getFrame() does now iterate through all frame buffers instead reusing the first possible (to avoid ghoust views and to provide more time to housekeeping function for cleanup)
author Ideenmodellierer
date Sun, 07 Feb 2021 22:04:43 +0100
parents d5891007fc4c
children dff26bf4b542
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
227
d5891007fc4c add update files for testing purposes
heinrichsweikamp
parents:
diff changeset
1 Heinrichs Weikamp OSTC4 update files.
d5891007fc4c add update files for testing purposes
heinrichsweikamp
parents:
diff changeset
2
d5891007fc4c add update files for testing purposes
heinrichsweikamp
parents:
diff changeset
3 The builds are for testing purposes only. Be careful, they might not work and are definitely not recommended for real dives.