mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
rk27xx: Slightly refactor lcd_set_gram_area()
Change-Id: I1040164220dd87b19b58be560eb5b628857bc284
This commit is contained in:
parent
3f4824b94f
commit
ca8154741f
5 changed files with 46 additions and 39 deletions
|
|
@ -10,6 +10,6 @@ void lcd_write_reg(unsigned int reg, unsigned int val);
|
|||
void lcdctrl_bypass(unsigned int on_off);
|
||||
void lcd_display_init(void);
|
||||
|
||||
void lcd_set_gram_area(int x, int y, int width, int height);
|
||||
void lcd_set_gram_area(int x_start, int y_start, int x_end, int y_end);
|
||||
|
||||
#endif /* _LCDIF_RK27XX_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue