Skip to content

Added "width" parameter which sets number of characters in ht16k33 display module #90

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

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

maxim75
Copy link

@maxim75 maxim75 commented Aug 12, 2025

ht16k33 IC supports up to 8 characters. I have made 6 character module and modified library to allow to config "width". Defaults to 4

display:
  - platform: ht16k33_alpha
    address: 0x70
    scroll: true
    scroll_speed: 250ms
    scroll_dwell: 2s
    scroll_delay: 4
    size: 6
    lambda: |-
      it.print("ABCDEFGH");

image

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

Successfully merging this pull request may close these issues.

1 participant