🤖Have you ever tried Chat.M5Stack.com before asking??😎
    M5Stack Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    multiline label

    UIFlow
    2
    3
    5.1k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      Kees1949
      last edited by

      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?

      1 Reply Last reply Reply Quote 0
      • lukasmaximusL
        lukasmaximus
        last edited by

        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.

        1 Reply Last reply Reply Quote 0
        • K
          Kees1949
          last edited by

          Hello Lucas, your temporarely solution works for me. Sorry for the typo: '/r/n' should be '\r\n'.
          Thanks.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post