![]() |
MT2523 API Reference
LinkIt SDK v4
|
Typedefs | |
| typedef bool(* | hal_g2d_callback_t) (void *) |
| Defines the prototype of the G2D callback function. More... | |
| typedef bool(* hal_g2d_callback_t) (void *) |
Defines the prototype of the G2D callback function.
The callback is invoked whenever the G2D engine completes an operation, such as draws an overlay, makes a rotation or fills a rectangle.
Example code:
The DrawLayerToDisplay() function will be called after the hal_g2d_overlay_start() process is complete.