mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_style().
Change-Id: Ia4f943b3738ab6e66b0e3f1507c629b36d7eba94
This commit is contained in:
parent
7cd07290e6
commit
775ebe4ff6
8 changed files with 2 additions and 39 deletions
|
@ -1102,15 +1102,6 @@ void lcd_puts_scroll(int x, int y, const unsigned char* string)
|
|||
\param string
|
||||
\description Puts scrolling string on the LCD at row =x= and column =y=. The scrolling style is STYLE_DEFAULT.
|
||||
|
||||
void lcd_puts_scroll_style(int x, int y, const unsigned char* string, int style)
|
||||
\group lcd
|
||||
\conditions !defined(HAVE_LCD_CHARCELLS)
|
||||
\param x Row X
|
||||
\param y Column Y
|
||||
\param string
|
||||
\param style can be STYLE_DEFAULT for black text display or STYLE_INVERT for white text display
|
||||
\description Put a string at row =x= and column =y=, the text scrolls if necessary
|
||||
|
||||
void lcd_put_cursor(int x, int y, unsigned long ucs)
|
||||
\group lcd
|
||||
\conditions (defined(HAVE_LCD_CHARCELLS))
|
||||
|
@ -1266,15 +1257,6 @@ void lcd_remote_puts_scroll(int x, int y, const unsigned char* string)
|
|||
\param string
|
||||
\description
|
||||
|
||||
void lcd_remote_puts_scroll_style(int x, int y, const unsigned char* string, int style)
|
||||
\group remote lcd
|
||||
\conditions (defined(HAVE_REMOTE_LCD))
|
||||
\param x
|
||||
\param y
|
||||
\param string
|
||||
\param style
|
||||
\description
|
||||
|
||||
void lcd_remote_puts_style(int x, int y, const unsigned char *str, int style)
|
||||
\group remote lcd
|
||||
\conditions (defined(HAVE_REMOTE_LCD))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue