... | @@ -3,6 +3,7 @@ _How to use MiniGUI's synchronous update mechanism to reduce screen flicker._ |
... | @@ -3,6 +3,7 @@ _How to use MiniGUI's synchronous update mechanism to reduce screen flicker._ |
|
Table of Contents
|
|
Table of Contents
|
|
|
|
|
|
- [Overview](#overview)
|
|
- [Overview](#overview)
|
|
|
|
- [Principle](#principle)
|
|
- [Usage](#usage)
|
|
- [Usage](#usage)
|
|
- [Restrictions](#restrictions)
|
|
- [Restrictions](#restrictions)
|
|
|
|
|
... | @@ -33,8 +34,11 @@ Generally, we can use one of the following ways to eliminate this flicker: |
... | @@ -33,8 +34,11 @@ Generally, we can use one of the following ways to eliminate this flicker: |
|
same as the first method.
|
|
same as the first method.
|
|
1. Use the new synchronous update mechanism introduced in MiniGUI 3.2.x.
|
|
1. Use the new synchronous update mechanism introduced in MiniGUI 3.2.x.
|
|
|
|
|
|
This documents describes how to the synchronous update mechanism to
|
|
This documents describes how to use the synchronous update mechanism to
|
|
reduce screen flicker.
|
|
reduce the screen flicker.
|
|
|
|
|
|
|
|
## Principle
|
|
|
|
|
|
|
|
|
|
## Usage
|
|
## Usage
|
|
|
|
|
... | | ... | |