]> hydra-www.ietfng.org Git - acmetensortoys-esp-lua_lamp/commitdiff
removes the extra pixel from the first frame of nom
authorRachael <srbennett@gmail.com>
Sun, 18 Dec 2016 07:00:19 +0000 (23:00 -0800)
committerRachael <srbennett@gmail.com>
Sun, 18 Dec 2016 07:00:19 +0000 (23:00 -0800)
draw-nom.lua

index 86cffe76dfc7c7a2c48cb37c387b5e73fc416e53..49c5a7b7902a333c61832a93bee095a2b7427b71 100644 (file)
@@ -30,7 +30,7 @@ return function(t,fb,g,r,b)
             , [16] = function() fb:set(1,z) fb:set(25,z) fb:set(9,c) fb:set(17,c) end
              }
   fb:fill(0,0,0)
-  fb:set(9,c) fb:set(17,c) fb:set(2,c) fb:set(26,c) fb:set(29,c)
+  fb:set(9,c) fb:set(17,c) fb:set(2,c) fb:set(26,c)
   t:register(500,tmr.ALARM_AUTO,function()
     ft[ix]()
     ix = (ix == 16 and 1) or ix + 1