1
0
Fork 0
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:
Mats Lidell 2003-01-20 12:24:43 +00:00
parent dc056b0979
commit bd1fa21cc0
3 changed files with 3 additions and 4 deletions

View file

@ -22,9 +22,6 @@
#include "lcd-player-charset.h" #include "lcd-player-charset.h"
#define NOCHAR_OLD 0x24
#define NOCHAR_NEW 0x20
unsigned short new_lcd_rocklatin1_to_xlcd[] = unsigned short new_lcd_rocklatin1_to_xlcd[] =
{ {
NOCHAR_NEW, /* 0x00 reserved never to be used */ NOCHAR_NEW, /* 0x00 reserved never to be used */

View file

@ -21,5 +21,7 @@
#define NO_EXTENDED_LCD_CHARS 0x5e #define NO_EXTENDED_LCD_CHARS 0x5e
#define RESERVED_CHAR 0xff #define RESERVED_CHAR 0xff
#define LAST_RESERVED_CHAR 0x17 #define LAST_RESERVED_CHAR 0x17
#define NOCHAR_OLD 0x24
#define NOCHAR_NEW 0x20
#endif #endif

View file

@ -90,7 +90,7 @@ static char pattern_size; /* Last pattern, 3 for old LCD, 7 for new LCD */
static bool new_lcd; static bool new_lcd;
unsigned short *lcd_ascii; extern unsigned short *lcd_ascii;
static char lcd_contrast_set; static char lcd_contrast_set;
static char lcd_cram; static char lcd_cram;
static char lcd_pram; static char lcd_pram;