Added configurable background color
This commit is contained in:
parent
3875afc047
commit
8c18722ded
2
main.lua
2
main.lua
@ -72,7 +72,7 @@ function displayTime()
|
||||
invertRows=true
|
||||
end
|
||||
local characters = displayword.countChars(words)
|
||||
ledBuf = displayword.generateLEDs(words, colorBg, color, color1, color2, color3, color4, invertRows, characters)
|
||||
ledBuf = displayword.generateLEDs(words, color, color1, color2, color3, color4, invertRows, characters)
|
||||
end
|
||||
displayword = nil
|
||||
if (ledBuf ~= nil) then
|
||||
|
Loading…
Reference in New Issue
Block a user