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

The clearDisplay() method . It seems to bring the object in a not desirable state. #7

Open
kajnorman opened this issue May 6, 2020 · 1 comment

Comments

@kajnorman
Copy link

Thanx a lot for the nice library. It saves a lot of ime for me and my students. However there seems to be something "funny" about the clearDisplay() method . It seems to bring the object in a to me unknown state. Not unrecoverable, but maybe not desirable.

TM.clearDisplay()
TM.segments[0] = '123'
TM.turnOn(1)
TM.segments[0] = '123'

"""
... Here I am stuck!
...
... The only way to recover is to initialize the objec again
... """

TM = TMBoards(DIO, CLK, STB, 0)
TM.segments[0] = '123'

@kajnorman
Copy link
Author

I stumbled over this issue when preparing documentation for my students.. I would like to help if possible with documents/tutorials for users of the api. See what I produduced this evening.

Starting up with tm1638 on pi with Python.docx

@kajnorman kajnorman reopened this May 6, 2020
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

1 participant