Added rgbBuffer as argument

This commit is contained in:
Ollo 2021-03-16 22:11:28 +01:00
parent 6b67a058cb
commit cf74a0ae90

View File

@ -59,7 +59,7 @@ function displayTime()
invertRows=true
end
local c = dw.countChars(words)
ledBuf = dw.generateLEDs(rgbBuffer, words, colorBg, color, color1, color2, color3, color4, invertRows, c)
ledBuf = dw.generateLEDs(words, colorBg, color, color1, color2, color3, color4, invertRows, c)
end
dw = nil
collectgarbage()