Hi.
I have started playing around with the new Pico Display and I’m using the Pimoroni MicroPython v0.0.7 alpha.
However, I noticed an issue when I try to output text with a space using the pico_display.text() command it wraps or interprets my space as a new line.
So if I use pico_display.text(“one two”,1,1,0,4).
I am expecting to get:
one two
but instead I get:
one
two
Just wondering if I am doing something wrong or if anyone else has noticed the same issue?
Thanks
Craig