diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/boomshine.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/boomshine.lua b/apps/plugins/boomshine.lua index f73875d..c9bd4a3 100644 --- a/apps/plugins/boomshine.lua +++ b/apps/plugins/boomshine.lua @@ -33,8 +33,8 @@ else end -- color used to write the text -if rb.lcd_rgbpack ~= nil then - DEFAULT_FOREGROUND_COLOR = rb.lcd_rgbpack(255, 255, 255) +if rb.lcd_get_foreground ~= nil then + DEFAULT_FOREGROUND_COLOR = rb.lcd_get_foreground() else DEFAULT_FOREGROUND_COLOR = 0 end |