Fixed merging

This commit is contained in:
Ollo 2021-01-15 18:01:19 +01:00
parent 8c454f0a9a
commit 86a9503de9

View File

@ -72,7 +72,7 @@ function displayTime()
invertRows=true
end
local characters = displayword.countChars(words)
ledBuf = displayword.generateLEDs(words, color, color1, color2, color3, color4, invertRows, characters)
ledBuf = displayword.generateLEDs(words, colorBg, color, color1, color2, color3, color4, invertRows, characters)
end
displayword = nil
if (ledBuf ~= nil) then