Fix a typo in commit r16018 - this was causing text to disappear on the h140...

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16029 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2008-01-09 02:09:19 +00:00
parent 659fe5a35b
commit f59a327f67

View File

@ -128,7 +128,7 @@ unsigned lcd_get_foreground(void)
void lcd_set_background(unsigned brightness)
{
current_vp->fg_pattern = brightness;
current_vp->bg_pattern = brightness;
bg_pattern = 0x55 * (~brightness & 3);
}