mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-20 06:28:59 +00:00
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:
committed by
Daniel Esteban
parent
2a621dc3b1
commit
9063f46313
+5
-3
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user