Hi there,
Let's say I've got a symbol "abcdefghijklmnopqrstuvwvyz" and I want to output
abcdefgh
ijklmnop
qrstuvwx
yz
ie. split it into subsequent symbols of 8 characters.
My goal is to display long file names across several lines of an oled display (the Organelle, in fact).
Any hints ?
Thanks !
Louis