summaryrefslogtreecommitdiff
path: root/apps/plugins/boomshine.lua
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/boomshine.lua')
-rw-r--r--apps/plugins/boomshine.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/boomshine.lua b/apps/plugins/boomshine.lua
index f73875de5e..c9bd4a3ede 100644
--- a/apps/plugins/boomshine.lua
+++ b/apps/plugins/boomshine.lua
@@ -33,8 +33,8 @@ else
33end 33end
34 34
35-- color used to write the text 35-- color used to write the text
36if rb.lcd_rgbpack ~= nil then 36if rb.lcd_get_foreground ~= nil then
37 DEFAULT_FOREGROUND_COLOR = rb.lcd_rgbpack(255, 255, 255) 37 DEFAULT_FOREGROUND_COLOR = rb.lcd_get_foreground()
38else 38else
39 DEFAULT_FOREGROUND_COLOR = 0 39 DEFAULT_FOREGROUND_COLOR = 0
40end 40end