From 86a9503de9a20c4404f89902a123b39d8a05b47f Mon Sep 17 00:00:00 2001 From: Ollo Date: Fri, 15 Jan 2021 18:01:19 +0100 Subject: [PATCH] Fixed merging --- main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.lua b/main.lua index cd85dc3..c64084c 100644 --- a/main.lua +++ b/main.lua @@ -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