Skip to content

Segment display digit access not auto updating #22

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

Closed
caternuson opened this issue Aug 30, 2018 · 1 comment
Closed

Segment display digit access not auto updating #22

caternuson opened this issue Aug 30, 2018 · 1 comment
Assignees

Comments

@caternuson
Copy link
Contributor

If auto_write is True, this shouldn't require calling show, but it does:

Adafruit CircuitPython 3.0.1 on 2018-08-21; Adafruit Feather M0 Express with samd21g18
>>> import board, busio
>>> from adafruit_ht16k33.segments import Seg7x4
>>> i2c =busio.I2C(board.SCL, board.SDA)
>>> disp = Seg7x4(i2c)
>>> disp.auto_write
True
>>> disp[0] = '1'
>>> disp.show()
>>> 
@caternuson caternuson self-assigned this Sep 12, 2018
@caternuson caternuson mentioned this issue Sep 12, 2018
sommersoft added a commit that referenced this issue Sep 12, 2018
@caternuson
Copy link
Contributor Author

Fixed by #25

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