Virtuino Forum
Large text output - Printable Version

+- Virtuino Forum (https://virtuino.com/forum)
+-- Forum: Virtuino (https://virtuino.com/forum/forumdisplay.php?fid=1)
+--- Forum: Virtuino IoT (https://virtuino.com/forum/forumdisplay.php?fid=2)
+--- Thread: Large text output (/showthread.php?tid=2275)



Large text output - Dr. Mario - 06-02-2024

Hello Ilias!
It is very necessary to display large text on the display from a variable with a carry line, for example String 1\nString 2\nString 3\n......String x.
In the settings of the Value Display widget, when selecting the Text type, there is not enough setting for a fixed font height. For this reason, the remaining lines remain invisible.
Please make this possible. Well, or a separate widget for displaying a test with line breaks.


RE: Large text output - iliaslamprou - 06-04-2024

Hi, the "Value display" can display multi line text.
On the "Value display" settings set the max lines to a number higher than one and the font height to 0.1


RE: Large text output - Dr. Mario - 06-05-2024

Hello Ilias!
I know about the number of lines, this only works on the Label widget. I need to accept text data with service characters into a variable, for example String 1\nString 2\nString 3
The result should be
String 1
String 2
String 3


RE: Large text output - iliaslamprou - 06-05-2024

Hi,
I can send multi line text from the broker without any issue.
https://virtuino.com/downloads/videos/mqtt2.mov
I can't understand the problem here. Could you upload more information?


RE: Large text output - Dr. Mario - 06-06-2024

Hello Ilias!
I managed to display the text on the display with a line feed as I needed! The text was displayed correctly only after opening the project again. Thank you very much for the tip.