@kl3m3n Hvala !
Latest posts made by RudiP
-
RE: GUI-O spacesposted in Report Bugs
@kl3m3n
v kolikor imam privravljen string tako:
String donosStr;
if (i == 0) {
donosStr = "---";
} else if (donos > 0.0) {
donosStr = "↑ " + String(donos, 2);
} else if (donos < 0.0) {
donosStr = "↓ " + String(fabs(donos), 2);
} else {
donosStr = "→0.00";
}vrstice[i] = String(buf) + " " + String(teza, 2) + "Kg " + donosStr + "Kg"; SerialBT.print("@drb1 DAL:\""); SerialBT.print(dropdownData);GUI-O ne izpiše presledkov ampak izpis prestavi v novo vrsto !
V kolikor namesto presledka postavim podčrtaj se vse izpiše v eni vrsti.

-
GUI-O spacesposted in Report Bugs
GUI-O does not support spaces in output, what should you use instead of spaces? Thanks.
-
RE: MBCH how many labels and data can I displayposted in Report Bugs
I assumed it had the ability to display 5 data points because I saw it in the example in the instructions.
I need to display values for 7 days, so now everything is ok
Thanks. -
MBCH how many labels and data can I displayposted in Report Bugs
Does MBCH have a limited display of only 5 values and 5 labels? Is it possible to display 7 values and 7 labels? LpR
-
Text input not showingposted in Report Bugs
Hello!
The text input field on the application does not display: BT.print("@ti_Https TXT:"https://beescale.vercel.app/api/measure"\r\n");
initialization:
BT.print("|TI UID:ti_Https X:50 Y:15 W:100 BGC:#FFC000 FGC:#000000 SHC:#FFC000 TXT:"https: " SCI:4\r\n");What am I doing wrong?
Best regards Rudi
Thank you
-
desired screen becomes black and unresponsiveposted in Frequently Asked Questions (FAQ)
I have a problem running a program on Android, while switching screens, the desired screen becomes black and unresponsive. I have a feeling that this happens when initializing Widgets with more data. What can be the solution to this problem? Best regards, Rudi