Drawing the same kind of frame for both recorder and player.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2705 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Kjell Ericson 2002-10-17 18:37:15 +00:00
parent c4a09adf29
commit 5fddbf488a

View file

@ -205,13 +205,8 @@ void screen_redraw()
#define X1 0
#define Y1 0
#ifdef HAVE_LCD_BITMAP
#define X2 (LCD_WIDTH + MARGIN_X*2)
#define Y2 (LCD_HEIGHT + MARGIN_Y)
#else
#define X2 137
#define Y2 53
#endif
drawline(1, X1, Y1, X2, Y1);
drawline(1, X2, Y1, X2, Y2);