Added rgbBuffer as argument
This commit is contained in:
parent
6b67a058cb
commit
cf74a0ae90
2
main.lua
2
main.lua
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user