mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 05:35:02 -05:00
Fix playersim CHAR_WIDTH re-definition
Change-Id: I49d2b3635c62277723665d0bdd68808cc82ca1a9
This commit is contained in:
parent
540637ed33
commit
7b5ce736db
1 changed files with 5 additions and 0 deletions
|
|
@ -21,6 +21,11 @@
|
||||||
|
|
||||||
#define ICON_HEIGHT 12
|
#define ICON_HEIGHT 12
|
||||||
#define CHAR_HEIGHT 8
|
#define CHAR_HEIGHT 8
|
||||||
|
|
||||||
|
#ifdef CHAR_WIDTH
|
||||||
|
#undef CHAR_WIDTH
|
||||||
|
#endif
|
||||||
|
|
||||||
#define CHAR_WIDTH 6
|
#define CHAR_WIDTH 6
|
||||||
#define CHAR_PIXEL 2
|
#define CHAR_PIXEL 2
|
||||||
#define BORDER_MARGIN 1
|
#define BORDER_MARGIN 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue