Hi guys,
How do I display a long message on a 2x16 LCD without scrolling?
Thank you in advance!
long message
Moderator: Benj
long message
- Attachments
-
- displayed.png
- (6.53 KiB) Downloaded 1440 times
-
- long message.fcf
- (6.5 KiB) Downloaded 242 times
- LeighM
- Matrix Staff
- Posts: 2178
- Joined: Tue Jan 17, 2012 10:07 am
- Has thanked: 481 times
- Been thanked: 699 times
Re: long message
You will need to split the message string into two smaller strings, each no more than 16 characters long.
Print the first on line 1, then move the cursor position to the start of the second LCD line and print the second string.
Print the first on line 1, then move the cursor position to the start of the second LCD line and print the second string.
Re: long message
Hi LeighM,
Thanks a lot for the help, now it works very well.
Thanks a lot for the help, now it works very well.
- Attachments
-
- long message 2.fcf
- (8.5 KiB) Downloaded 245 times
-
- displayed 2.png
- (6.31 KiB) Downloaded 1427 times