This tiny function, written in python
, allows you to easily scroll text of any length in the LCD 16x2 of Adafruit, which only allows 16 characters per row.
#Install And Use
To use this function just download the file named ScrollLCD.py and in your code import it. It takes two obligatory parameters, lcd
and text
.
Example: