Arm-2D icon indicating copy to clipboard operation
Arm-2D copied to clipboard

2D Graphic Library optimized for Cortex-M processors

Results 5 Arm-2D issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

documentation
help wanted
Review

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...

enhancement

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...

documentation

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...

enhancement
Review