Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
multiline display
#1
I need to make a mini terminal for the last 6-8 strings (FIFO) i tried to do it on multilines value display but i can't send correct strings with \n
Code:
      String L1 = "1 line";
      String L2 = "2 line";
      String str = String(L1 + '\n' + L2);
      sendValue(pin3, str);
      Serial.print(str);

Serial.print shows strings in two lines but multiline display shows nothing
virtuino.blogspot.com
Reply


Messages In This Thread
multiline display - by krzycho - 01-16-2023, 04:25 PM
RE: multiline display - by iliaslamprou - 01-16-2023, 06:41 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)