I experienced hangups and strange behavior when scroll text length exceeds ~30 characters ...
The reason is the int8/uint8 data type used in the library, which overflows.
I changed the data type and added a non-blocking scrolling function -> an update method is provided which can be called periodically from loop() to do things in parallel.
see #2
I experienced hangups and strange behavior when scroll text length exceeds ~30 characters ...
The reason is the int8/uint8 data type used in the library, which overflows.
I changed the data type and added a non-blocking scrolling function -> an update method is provided which can be called periodically from loop() to do things in parallel.
see #2