forked from len0rd/rockbox
Export info about the charset.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3133 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
dc056b0979
commit
bd1fa21cc0
3 changed files with 3 additions and 4 deletions
|
|
@ -22,9 +22,6 @@
|
|||
|
||||
#include "lcd-player-charset.h"
|
||||
|
||||
#define NOCHAR_OLD 0x24
|
||||
#define NOCHAR_NEW 0x20
|
||||
|
||||
unsigned short new_lcd_rocklatin1_to_xlcd[] =
|
||||
{
|
||||
NOCHAR_NEW, /* 0x00 reserved never to be used */
|
||||
|
|
|
|||
|
|
@ -21,5 +21,7 @@
|
|||
#define NO_EXTENDED_LCD_CHARS 0x5e
|
||||
#define RESERVED_CHAR 0xff
|
||||
#define LAST_RESERVED_CHAR 0x17
|
||||
#define NOCHAR_OLD 0x24
|
||||
#define NOCHAR_NEW 0x20
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ static char pattern_size; /* Last pattern, 3 for old LCD, 7 for new LCD */
|
|||
|
||||
static bool new_lcd;
|
||||
|
||||
unsigned short *lcd_ascii;
|
||||
extern unsigned short *lcd_ascii;
|
||||
static char lcd_contrast_set;
|
||||
static char lcd_cram;
|
||||
static char lcd_pram;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue