cuu преди 6 години
родител
ревизия
bf58f36be9
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      sys.py/UI/counter_screen.py

+ 2 - 1
sys.py/UI/counter_screen.py

@@ -89,7 +89,8 @@ class CounterScreen(FullScreen):
             gobject.source_remove(self._GobjectIntervalId)
             self._GobjectIntervalId = -1
 
-        commands.getstatusoutput("echo 0 > /proc/driver/led1")            
+        commands.getstatusoutput("echo 0 > /proc/driver/led1")
+        pygame.time.delay(800)
         commands.getstatusoutput("echo 0 > /proc/driver/led1")            
         
     def Init(self):