_lv_gradient_cache_t is only used within i2c_oled sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
uint32_t
A discriminating key that's built from the drawing operation. If the key does not match, the cache item is not used.
uint32_t : 30
A life counter that's incremented on usage. Higher counter is less likely to be evicted from the cache.
uint32_t : 1
Used to skip dithering in it if already done.
uint32_t: 1
The cache was too small so this item is not managed by the cache.
The computed gradient low bitdepth color map, points into the cache's buffer, no free needed.
The map allocated size in colors.
The computed gradient color map size, in colors.

References

from examples