Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

text() without width argument causes hard-lock #46

Closed
Gadgetoid opened this issue Oct 25, 2021 · 1 comment
Closed

text() without width argument causes hard-lock #46

Gadgetoid opened this issue Oct 25, 2021 · 1 comment
Assignees

Comments

@Gadgetoid
Copy link
Member

This can be reproduce in MicroPython by attempting to draw any text string wider than the screen without supplying a wrap width. Internally wrap defaults to -1 and this probably causes terrible things to happen.

@lowfatcode
Copy link
Member

fixed in #65

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants