forked from len0rd/rockbox
boomshine: use theme colour to draw text so that text would be more readable with white background.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23852 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
237f129651
commit
f48a61f103
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue