Arm-2D
Arm-2D copied to clipboard
2D Graphic Library optimized for Cortex-M processors
Filling-colour-with-gradient-opacity is a valuable tool when creating visual elements; it is commonly used in drawing backgrounds for panels, widgets etc. The following features should be taken into consideration when adding...
There is a new cmake build but more information is needed. An example `CMakeLists.txt` could look like this one (not yet tested): ```cmake # Because we are adding sub directories...
Filling a rectangular area with a repeat pattern in the same colour is common. Existing Filling-colour-with-mask operations have no such capability. Hence, we need to add APIs for - Filling...
Application engineers from silicon vendors often need to write drivers for proprietary hardware accelerators. System engineers from GUI software providers may wish to use the APIs provided by Arm-2D to...
The current transform anti-alias algorithm samples four surrounding points in the source image for each point. This delivers the best result for the scaling range from 0.5 to 2.0. By...