Implement a TextBox type #1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The error handling for the weather API as well as the display for public warnings require displaying longer texts.
Since
embedded-graphics
doesn't provide a convenient way of displaying text in a bounded box where text wraps at the end of the line, I shall write something like that myself.