multiline label
-
I want to display a label with more than one line. With Python I simply add '/r/n' between the lines. Does somebody know how to do that with Blockly?
-
Hi @Kees1949 this should be possible with both lcd.text and label blocks by adding \n to the end of your text string. However there was a small bug whereby the resulting python code would have an extra \ generated. I have informed the development team and there should be a fix for this in the next release. Meanwhile you will just have to manually remove the extra \ on the python page.
-
Hello Lucas, your temporarely solution works for me. Sorry for the typo: '/r/n' should be '\r\n'.
Thanks.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login