From: Rachael Date: Sun, 18 Dec 2016 07:00:19 +0000 (-0800) Subject: removes the extra pixel from the first frame of nom X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=f1c454112a37890f209a86d30e2a7ca647bf8be8;p=acmetensortoys-esp-lua_lamp removes the extra pixel from the first frame of nom --- diff --git a/draw-nom.lua b/draw-nom.lua index 86cffe7..49c5a7b 100644 --- a/draw-nom.lua +++ b/draw-nom.lua @@ -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