More print-debugging

This commit is contained in:
Ollo 2022-01-23 15:14:30 +01:00
parent 31cf255426
commit f30143709a

View File

@ -63,6 +63,7 @@ function displayTime()
if ( (tw ~= nil) and (tcol ~= nil) ) then
local c1 = dw.countChars(tw)
dw.generateLEDs(rgbBuffer, tw, nil, tcol, nil, nil, nil, nil, invertRows, c1)
print("Show number")
end
dw = nil
collectgarbage()