Is there a way to write text to a value display? I want to be able to have “Low Sun” or “Mid Sun” appear on the front page of my Blynk screen but not sure if this is possible.
Blynk.virtualWrite(Vx, "Low Sun");
or
Blynk.virtualWrite(Vx, someString);
Oh wow, that easy?? i thought it would only write values and would have to look into that ASCII stuff. Thanks Costas.