Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#2821 - Updated snow.rock support for color

Attached to Project: Rockbox
Opened by Lars van de Klomp (larsivar) - Sunday, 11 December 2005, 11:21 GMT+1
Last edited by Jonathan Gordon (jdgordon) - Wednesday, 01 August 2007, 15:36 GMT+1
Task Type Patches
Category
Status Closed
Assigned To No-one
Player Type
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

Well just what the summary says. I added the lcd.h
libary and putted:

#ifdef HAVE_LCD_COLOR
rb->lcd_clear_display();
rb->lcd_set_foreground(COLOR_WHITE);
rb->lcd_set_background(COLOR_BLUE);
#endif

somewhere on the last lines :)
   snow.diff (11.5 KiB)
 snow.c |  412 +++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 213 insertions(+), 199 deletions(-)

This task depends upon

Closed by  Jonathan Gordon (jdgordon)
Wednesday, 01 August 2007, 15:36 GMT+1
Reason for closing:  Accepted

Loading...