The result is:
Traceback (most recent call last): File "<stdin>", line 30, in <module> File "<stdin>", line 26, in text_scroll TypeError: can't convert NoneType to float
I've tried with delay = 0 and it's just crasy fast
I've tried with no defined delay : error message
Traceback (most recent call last): File "<stdin>", line 30, in <module> File "<stdin>", line 26, in text_scroll AttributeError: 'matrix' object has no attribute 'MAX7219_SCROLL_DELAY'
Also tried the following command ( last line of main.py ) :
led.text_scroll(text, None)
It scrolls the exact same as
led.text_scroll(text)
Merci pour le travail accompli et rendu disponible.
Hello,
here is the modified code to test steady text:
The result is:
Traceback (most recent call last): File "<stdin>", line 30, in <module> File "<stdin>", line 26, in text_scroll TypeError: can't convert NoneType to float
I've tried with delay = 0 and it's just crasy fast I've tried with no defined delay : error message
Traceback (most recent call last): File "<stdin>", line 30, in <module> File "<stdin>", line 26, in text_scroll AttributeError: 'matrix' object has no attribute 'MAX7219_SCROLL_DELAY'
Also tried the following command ( last line of main.py ) :
led.text_scroll(text, None)
It scrolls the exact same asled.text_scroll(text)