embedded-graphics / embedded-graphics/embedded-text
Add TextBox background
Open
enhancement
- Dominant language
- Rust
- Stars
- 75
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Currently e-t doesn't support a background color setting for the entire text box. Having this feature would be useful if you want to dynamically update the content of a text box. Otherwise you need to clear the text box region before redrawing the text box to make sure none of the previous content remains. This can lead to a flickering display, if it is updated directly and doesn't use a framebuffer with explicit flushing.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.