Tutorial
FM4, S6E2DH/S6E2DF/S6E2D5/S6E2D3 Series, 32-Bit Microcontroller, Graphic Driver User Manual, Doc. No. 002-04387 Rev. *A
65
6.11 Tutorial: Digital Picture Frame
6.11.1 Summary
This example demonstrates several Pixel Engine features in form of digital picture frame software.
It includes several blend classes to show different old picture, new picture animations by using different features like.
Movements.
Rotation.
Alpha blend.
Alpha masking.
Color matrix modification.
6.12 Tutorial: Simple Drawing
6.12.1 Summary
This is a more complex example that draws lines, circles, rectangles and text.
The example shows how complex features can be achieved in software by combining simple features supported by
the hardware:
Draw lines with different widths and line ends.
Draw circles and points.
Draw rectangles.
Figure 29. Expected result
Some information text is also displayed. The functions for drawing lines, circles and texts are implemented as utility
functions in the util_lib directory.