ScrollDisplay for lcd_I2C1

For general Flowcode discussion that does not belong in the other sections.
Post Reply
flowcode-developer
Posts: 37
http://meble-kuchenne.info.pl
Joined: Thu Feb 02, 2023 9:32 pm
Has thanked: 19 times
Been thanked: 3 times

ScrollDisplay for lcd_I2C1

Post by flowcode-developer »

Hello,
I am playing with LCD I2C (Backpack) component. I was wondering how I to work the ScrollDisplay. I am unsure of what to input for the direction? I was looking at the wiki https://www.flowcode.co.uk/wiki/index.p ... hanumeric) and it was not helpful. I want to scroll the third line in my program that says peanut butter. I appreciate your help. Thank you
Attachments
LCD_I2C.fcfx
LCD program
(11.1 KiB) Downloaded 32 times

medelec35
Matrix Staff
Posts: 1466
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 515 times
Been thanked: 474 times

Re: ScrollDisplay for lcd_I2C1

Post by medelec35 »

Hello.
The scroll function will scroll the whole display.
To scroll a single line, have a look at this post by mnfisher (Martin).
Martin

Post Reply