1
0
Fork 0
forked from len0rd/rockbox

Simulator for Samsung YP-R0

Enable simulator for the target ypr0 to
be built and used.

Change-Id: I1b080f07ab90f5c4856881d08ad70e1053bbb0c0
Reviewed-on: http://gerrit.rockbox.org/618
Reviewed-by: Frank Gevaerts <frank@gevaerts.be>
This commit is contained in:
Lorenzo Miori 2013-09-16 00:02:28 +02:00 committed by Frank Gevaerts
parent d13e5b964e
commit 9a8ed6ba35
7 changed files with 114 additions and 9 deletions

View file

@ -473,6 +473,13 @@
#define UI_WIDTH LCD_WIDTH
#define UI_HEIGHT LCD_HEIGHT
#elif defined(SAMSUNG_YPR0)
#define UI_TITLE "Samsung YP-R0"
#define UI_WIDTH 313 /* width of GUI window */
#define UI_HEIGHT 560 /* height of GUI window */
#define UI_LCD_POSX 36
#define UI_LCD_POSY 37
#elif defined(SIMULATOR)
#error no UI defines
#endif