Closed Helco closed 2 years ago
Text boxes have to be shown at various places. We should be able to use the technique shown in https://github.com/mhungerford/pebble_offscreen_rendering_text_demo to let the system render text into a bitmap and rotate the bitmap onto the framebuffer.
The box should be separate functionality to potentially support particle boxes during polishing.
Fixed in e361551
Text boxes have to be shown at various places. We should be able to use the technique shown in https://github.com/mhungerford/pebble_offscreen_rendering_text_demo to let the system render text into a bitmap and rotate the bitmap onto the framebuffer.
The box should be separate functionality to potentially support particle boxes during polishing.