Closed GorgonMeducer closed 7 months ago
Line masks are useful for saving memory and effectively replacing masks that repeat the same lines of pixel horizontally and vertically.
In the scene template: alarm-clock, the mask
extern const arm_2d_tile_t c_tileECGScanMask
is a typical example that should be replaced by a line mask.
We should add the following APIs:
Added the following APIs for gray8, rgb565 and cccn888:
Line masks are useful for saving memory and effectively replacing masks that repeat the same lines of pixel horizontally and vertically.
In the scene template: alarm-clock, the mask
is a typical example that should be replaced by a line mask.
We should add the following APIs: