Skip to content

Clear method #7

@thijstriemstra

Description

@thijstriemstra

How do I clear the screen completely? Can you add a clear or reset method?

Eg. this shows 1OOL, 2OOL etc..

>>> t.show('COOL')
>>> import utime
>>> for x in range(1000):
...     t.show(str(x))
...     utime.sleep(0.4)

t.show('') doesn't seem to work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions