forked from len0rd/rockbox
Make the LCD remote work in the iAudio M3, M5 and X5 bootloaders. * Fix viewport related init bug in the 2 bit vertically interleaved LCD driver. * Fix low bat warning in iaudio bootloader - voltages are in millivolts now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16648 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
579089afa5
commit
17bc340f1f
7 changed files with 69 additions and 59 deletions
|
|
@ -56,9 +56,11 @@ typedef unsigned short fb_remote_data;
|
|||
typedef unsigned long fb_remote_data;
|
||||
#endif
|
||||
|
||||
#ifndef LCD_REMOTE_FBWIDTH
|
||||
#define LCD_REMOTE_FBWIDTH LCD_REMOTE_WIDTH
|
||||
#endif
|
||||
/* common functions */
|
||||
void lcd_remote_init(void);
|
||||
void lcd_remote_write_command(int cmd);
|
||||
void lcd_remote_write_command_ex(int cmd, int data);
|
||||
void lcd_remote_write_data(const fb_remote_data *data, int count);
|
||||
|
||||
/* Low-level drawing function types */
|
||||
typedef void lcd_remote_pixelfunc_type(int x, int y);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue