More print-debugging
This commit is contained in:
parent
31cf255426
commit
f30143709a
1
main.lua
1
main.lua
@ -63,6 +63,7 @@ function displayTime()
|
|||||||
if ( (tw ~= nil) and (tcol ~= nil) ) then
|
if ( (tw ~= nil) and (tcol ~= nil) ) then
|
||||||
local c1 = dw.countChars(tw)
|
local c1 = dw.countChars(tw)
|
||||||
dw.generateLEDs(rgbBuffer, tw, nil, tcol, nil, nil, nil, nil, invertRows, c1)
|
dw.generateLEDs(rgbBuffer, tw, nil, tcol, nil, nil, nil, nil, invertRows, c1)
|
||||||
|
print("Show number")
|
||||||
end
|
end
|
||||||
dw = nil
|
dw = nil
|
||||||
collectgarbage()
|
collectgarbage()
|
||||||
|
Loading…
Reference in New Issue
Block a user