Skip to content

Scrolling for particular raw only #80

Answered by veit1337
Sheetal-Rathod asked this question in Q&A
Discussion options

You must be logged in to vote

I assume that LiquidLine CTScreen_line(0, 0, "ANG CT DIA "); is your "headline". I also haven't figured out a way to scroll only one line, but with a work-around it is possible to "simulate" that only one line is scrolling. Just add the headline right before every scroll-line.

CTScreen.add_line(CTScreen_line);
CTScreen.add_line(CTScreen_line1);
CTScreen.add_line(CTScreen_line);
CTScreen.add_line(CTScreen_line2);
CTScreen.add_line(CTScreen_line);
CTScreen.add_line(CTScreen_line3);
CTScreen.add_line(CTScreen_line);
CTScreen.add_line(CTScreen_line4);
CTScreen.add_line(CTScreen_line);
CTScreen.add_line(CTScreen_line5);
CTScreen.add_line(CTScreen_line);
CTScreen.add_line(CTScreen_line6);

The …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by VasilKalchev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
type: question Need help using the repository.
2 participants