Subversion Repositories freemyipod

Rev

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

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