... | ... | @@ -27,15 +27,18 @@ and related sample programs to help you quickly grasp the relevant features. |
|
|
|
|
|
We call these documents "MiniGUI Supplementary Documents".
|
|
|
|
|
|
## Supplementaries
|
|
|
## Supplementary Documents
|
|
|
|
|
|
* [Using SyncUpdateDC to Reduce Screen Flicker](https://github.com/VincentWei/minigui/wiki/Sync-Update) -
|
|
|
How to use MiniGUI's synchronous update mechanism to reduce screen flicker.
|
|
|
* [Using CommLCD NEWGAL Engine and Comm IAL Engine](https://github.com/VincentWei/minigui/wiki/Comm-Engines) -
|
|
|
How to define external stubs to implement your CommLCD engine and Comm IAL engine
|
|
|
outside MiniGUI Core.
|
|
|
How to define external stubs to implement your CommLCD engine and Comm
|
|
|
IAL engine outside MiniGUI Core.
|
|
|
* [Using Images and Fonts on System without File System](https://github.com/VincentWei/minigui/wiki/Incore-Resource) -
|
|
|
How to build source for incore images and fonts, and load them for your MiniGUI apps.
|
|
|
* [Layout, Shape, and Render Text in Complex/Mixed Scripts](https://github.com/VincentWei/minigui/wiki/Complex-Scripts) - How to layout,
|
|
|
shape, and render text in complex or mixed scripts.
|
|
|
How to build source for incore images and fonts, and load them for
|
|
|
your MiniGUI apps.
|
|
|
* [Laying out, Shaping, and Rendering Text in Complex/Mixed Scripts](https://github.com/VincentWei/minigui/wiki/Complex-Scripts) -
|
|
|
How to layout, shape, and render text in complex or mixed scripts.
|
|
|
|
|
|
## Existing Documents
|
|
|
|
... | ... | |