Subversion Repositories freemyipod

Rev

Rev 302 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 302 Rev 330
Line 45... Line 45...
45
#define HAVE_LCD_SHUTDOWN
45
#define HAVE_LCD_SHUTDOWN
46
#define LCD_WIDTH 176
46
#define LCD_WIDTH 176
47
#define LCD_HEIGHT 132
47
#define LCD_HEIGHT 132
48
#define LCD_FORMAT rgb565
48
#define LCD_FORMAT rgb565
49
#define LCD_BYTESPERPIXEL 2
49
#define LCD_BYTESPERPIXEL 2
50
#define LCD_BIGENDIAN
-
 
51
#define LCDCONSOLE_FGCOLOR 0
50
#define LCDCONSOLE_FGCOLOR 0
52
#define LCDCONSOLE_BGCOLOR -1
51
#define LCDCONSOLE_BGCOLOR -1
53
 
52
 
54
#define HAVE_BACKLIGHT
53
#define HAVE_BACKLIGHT
55
 
54