|
Rockbox mail archiveSubject: Player Game..Player Game..
From: gizz <gizz_at_online.fr>
Date: Wed, 28 Aug 2002 10:53:00 +0200 In order to compile the Player Game, I had to add these following funcs in lcd.c NSauzede. -------------------------------------------------- void lcd_putc(int x, int y, unsigned char c) { lcd_write(true,LCD_CURSOR(x,y)); lcd_write(false,lcd_ascii[c]); } void lcd_gotoxy(int x, int y) { lcd_write(true,LCD_CURSOR(x,y)); } void lcd_putbyte( unsigned char c) { lcd_write(false,c); } Received on 2002-08-28 Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy |