mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-13 07:02:31 -05:00
most of UI sim patch 708460 from Magnus Holmgren, except the bitmap removal
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3571 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6d522179dc
commit
c6fb565dd9
7 changed files with 279 additions and 98 deletions
|
|
@ -35,6 +35,8 @@ typedef unsigned short wchar_t;
|
|||
#define UI_LCD_BLACK 0, 0, 0 // black
|
||||
#define UI_LCD_POSX 59 // x position of lcd
|
||||
#define UI_LCD_POSY 95 // y position of lcd
|
||||
#define UI_LCD_WIDTH 112
|
||||
#define UI_LCD_HEIGHT 64
|
||||
|
||||
#define TM_YIELD WM_USER + 101 // thread message for yield
|
||||
#define TIMER_EVENT 0x34928340
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue