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

ht16k33_alpha: Continuous scrolling and a custom buffer #36

Closed

Conversation

ShadyMCShadesen
Copy link

@ShadyMCShadesen ShadyMCShadesen commented Oct 21, 2022

I've tried to add a option for continuous scrolling and a custom buffer size - it works fine for me (I'm not as experienced in programming as some others so if i did something that's not good, please tell me)

c_scroll (bool) = Enable/Disable continuous scrolling (scroll must be enabled) (def=false)

c_scroll_display_length (int) = the amount of characters the display is able to show at once (def=4)

c_scroll_spacer (string) = the string displayed between the end and the beginning of the continuous scroll (def="-.")

custom_buffer (int) = custom buffer size (def=64,max=256)

I've tried to add a option for continuous scrolling and a custom buffer size - it works fine for me (I'm not as experienced in programming as some others so if i did something that's not good, please tell me)

c_scroll (bool) = Enable/Disable continuous scrolling (scroll must be enabled) (def=false)

c_scroll_display_length (int) = the amount of characters the display is able to show at once (def=4)

c_scroll spacer (string) = the string displayed between the end and the beginning of the continuous scroll (def="-.")

custom_buffer (int) = custom buffer size (def=64,max=256)
@ssieb
Copy link
Owner

ssieb commented Jan 13, 2024

I have implemented this a bit differently. Thank you for the attempt.

@ssieb ssieb closed this Jan 13, 2024
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.

None yet

2 participants