You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I call display.text("Lorem ipsum dolor sit amet", x, y, 20, 1), the docs say it should wrap after 20 pixels, but it doesn't wrap at all. This function isn't implemented for vector fonts:
When I call
display.text("Lorem ipsum dolor sit amet", x, y, 20, 1)
, the docs say it should wrap after 20 pixels, but it doesn't wrap at all. This function isn't implemented for vector fonts:pimoroni-pico/libraries/bitmap_fonts/bitmap_fonts.cpp
Line 150 in f18f1ba
pimoroni-pico/libraries/hershey_fonts/hershey_fonts.cpp
Line 118 in f18f1ba
I don't do C++ so I haven't tried modifying that, but if there can't be support for wrapping vector fonts it should be in the readme.
Tested on an Inky Frame 7.3 with Pico W
The text was updated successfully, but these errors were encountered: