diff options
Diffstat (limited to 'firmware/target/arm/rk27xx/lcdif-rk27xx.h')
-rw-r--r-- | firmware/target/arm/rk27xx/lcdif-rk27xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/rk27xx/lcdif-rk27xx.h b/firmware/target/arm/rk27xx/lcdif-rk27xx.h index 7af27bbe8a..4961863504 100644 --- a/firmware/target/arm/rk27xx/lcdif-rk27xx.h +++ b/firmware/target/arm/rk27xx/lcdif-rk27xx.h | |||
@@ -10,6 +10,6 @@ void lcd_write_reg(unsigned int reg, unsigned int val); | |||
10 | void lcdctrl_bypass(unsigned int on_off); | 10 | void lcdctrl_bypass(unsigned int on_off); |
11 | void lcd_display_init(void); | 11 | void lcd_display_init(void); |
12 | 12 | ||
13 | void lcd_set_gram_area(int x, int y, int width, int height); | 13 | void lcd_set_gram_area(int x_start, int y_start, int x_end, int y_end); |
14 | 14 | ||
15 | #endif /* _LCDIF_RK27XX_H */ | 15 | #endif /* _LCDIF_RK27XX_H */ |