Subversion Repositories freemyipod

Rev

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

Rev 257 Rev 302
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
50
#define LCDCONSOLE_FGCOLOR 0
51
#define LCDCONSOLE_FGCOLOR 0
51
#define LCDCONSOLE_BGCOLOR -1
52
#define LCDCONSOLE_BGCOLOR -1
52
 
53
 
53
#define HAVE_BACKLIGHT
54
#define HAVE_BACKLIGHT
54
 
55