From f1c454112a37890f209a86d30e2a7ca647bf8be8 Mon Sep 17 00:00:00 2001 From: Rachael Date: Sat, 17 Dec 2016 23:00:19 -0800 Subject: [PATCH] removes the extra pixel from the first frame of nom --- draw-nom.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1