Count words with drawing function

This commit is contained in:
ollo
2019-04-27 00:40:21 +02:00
parent aeae13642f
commit ab37d28904
2 changed files with 3 additions and 2 deletions

View File

@@ -39,11 +39,12 @@ end
-- Initial value of percentage
briPercent=50
data={}
-- Module displaying of the words
function generateLEDs(words, colorForground, colorMin1, colorMin2, colorMin3, colorMin4)
-- Set the local variables needed for the colored progress bar
local data={}
data={}
local minutes=1
if (words.min1 == 1) then