User Activity

HiWhen switching between screens fast, my UI always ends up freezing. Debugging reveals that it waits forever, waiting for the frame buffer semaphore.Here is the call stack: Inspecting other running tasks shows nothing wrong. Only the graphics task s...
HiIt seems that ChromART supports A4 and A8 formats very well, but I haven't found a way to draw dynamic bitmaps that use either of these formats -- it fails on an assert.Glyphs can use both of them (efficiently), so there must be a way to do it? So ...
HiI'm using a big font size (let's say 400), and glyphs are not refreshed correctly when partially invalidated. It's like the wrong part of the glyph data is copied to the framebuffer.I've attached a minimal project that shows the bug. All is done th...
HiI have an image which is completely white, its shape is only defined by its alpha channel. What I'd like to do, is draw this image and dynamically change white to any color, while preserving its alpha channel. And it needs to be fast, as I'd like t...
Kudos from