Fixed generateLEDs call

This commit is contained in:
Ollo 2021-03-18 21:55:10 +01:00
parent a66f2839c3
commit feaddece6e

View File

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