Fix splash on greyscale (was showing only a black or grey box, no text) by reverting...
commite1ed7c2bf1aee000e59cbbb2c336fc24f1903054
authorkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Fri, 15 May 2009 15:27:32 +0000 (15 15:27 +0000)
committerkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Fri, 15 May 2009 15:27:32 +0000 (15 15:27 +0000)
tree3b221c144250dde5e4e9bb08d7cf6ff2f128577d
parentd29853aee07df7cb95486b3e7f32eadff44cf449
Fix splash on greyscale (was showing only a black or grey box, no text) by reverting to lcd_set_foreground(). That does a bit more on greyscale than just setting the current's viewports fg_pattern :/
It will still only apply to the viewport used for splash, so no need to restore the old foreground.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20944 a1c6a512-1295-4272-9138-f99709370657
apps/gui/splash.c