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

modul.setDots(byte) #6

Closed
GoogleCodeExporter opened this issue Nov 30, 2015 · 3 comments
Closed

modul.setDots(byte) #6

GoogleCodeExporter opened this issue Nov 30, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

What is the expected output?
Dot's on display
Please provide any additional information below.
Would be nice to add this command so we can turn on any dot on display without 
erasing existing content so that if i send string "234 TEST" and afterwards i 
send module.setDots(0b01000000) i get on display "23.4 TEST"

Original issue reported on code.google.com by sikl...@gmail.com on 14 Nov 2011 at 2:28

@GoogleCodeExporter
Copy link
Author

The problem with that is that the dot is treated like any other segment on the 
7-segment display. I can't really just set the dot without setting the other 6 
segments. I can't really create a setDots() method without saving what is 
displayed on every other segment.

I didn't have access to the datasheet on the TM1638 so I don't know if I can 
read back the display values instead of storing them on the library but, for 
now, there is really no need to spend the extra memory by storing values on the 
library itself.

What I can do is add a dots argument on setDisplayToString like on the 
numerical functions.

Hope that solves it, for now.

Original comment by rjbati...@gmail.com on 14 Nov 2011 at 5:16

  • Changed state: Accepted
  • Added labels: Priority-Medium, Type-Enhancement

@GoogleCodeExporter
Copy link
Author

That would do the job... great...thanks

Original comment by sikl...@gmail.com on 14 Nov 2011 at 5:20

@GoogleCodeExporter
Copy link
Author

Available in version 1.4.0

Original comment by rjbati...@gmail.com on 14 Nov 2011 at 9:13

  • Changed state: Verified

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

No branches or pull requests

1 participant