uc8151: improvements to speed and also add flicker-free mode based on @antirez code example

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2024-05-10 17:57:21 +02:00
committed by Daniel Esteban
parent 2a621dc3b1
commit 9063f46313
4 changed files with 199 additions and 330 deletions
+5 -3
View File
@@ -150,7 +150,9 @@ const (
ROTATION_270 = drivers.Rotation270
DEFAULT Speed = 0
MEDIUM Speed = 1
FAST Speed = 2
TURBO Speed = 3
SLOW Speed = 1
MEDIUM Speed = 2
FAST Speed = 3
FASTER Speed = 4
TURBO Speed = 5
)