mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Fuze: don't change gate scan position if lcd_set_flip() is not used
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26387 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5ea1fe614a
commit
9b2527420f
1 changed files with 2 additions and 0 deletions
|
|
@ -38,7 +38,9 @@ static int r_disp_control_rev = R_DISP_CONTROL_NORMAL;
|
|||
|
||||
/* Flip flag */
|
||||
static int r_drv_output_control = R_DRV_OUTPUT_CONTROL_NORMAL;
|
||||
#ifdef HAVE_LCD_FLIP
|
||||
static int r_gate_scan_pos = R_GATE_SCAN_POS_NORMAL;
|
||||
#endif
|
||||
|
||||
static int xoffset = 20;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue