forked from len0rd/rockbox
remove debug output
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3593 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
583821bc32
commit
4ccffb6589
1 changed files with 2 additions and 1 deletions
|
@ -113,9 +113,10 @@ void lcd_update_rect(int x_start, int y_start,
|
||||||
struct coordinate points[LCD_WIDTH * LCD_HEIGHT];
|
struct coordinate points[LCD_WIDTH * LCD_HEIGHT];
|
||||||
struct coordinate clearpoints[LCD_WIDTH * LCD_HEIGHT];
|
struct coordinate clearpoints[LCD_WIDTH * LCD_HEIGHT];
|
||||||
|
|
||||||
|
#if 0
|
||||||
fprintf(stderr, "%04d: lcd_update_rect(%d, %d, %d, %d)\n",
|
fprintf(stderr, "%04d: lcd_update_rect(%d, %d, %d, %d)\n",
|
||||||
counter++, x_start, y_start, width, height);
|
counter++, x_start, y_start, width, height);
|
||||||
|
#endif
|
||||||
/* The Y coordinates have to work on even 8 pixel rows */
|
/* The Y coordinates have to work on even 8 pixel rows */
|
||||||
ymax = (yline + height)/8;
|
ymax = (yline + height)/8;
|
||||||
yline /= 8;
|
yline /= 8;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue