Just fiddling with pointer smoothness and status report
This commit is contained in:
@@ -874,9 +874,9 @@ def main():
|
|||||||
# Initialize variables for main loop
|
# Initialize variables for main loop
|
||||||
last_heartbeat = utime.ticks_ms()
|
last_heartbeat = utime.ticks_ms()
|
||||||
now = 0
|
now = 0
|
||||||
|
was_moving = False
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
was_moving = False
|
|
||||||
try:
|
try:
|
||||||
now = utime.ticks_ms()
|
now = utime.ticks_ms()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user