mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
lcd-common: Remove unused function lcd_puts_style().
Change-Id: Id2c64c116f79b8e61a7af49b9072b3e884ffb455
This commit is contained in:
parent
8f64625888
commit
1e324aac36
6 changed files with 2 additions and 24 deletions
|
@ -1103,23 +1103,13 @@ void lcd_puts_scroll(int x, int y, const unsigned char* 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
|
||||
\param y
|
||||
\param string
|
||||
\param style
|
||||
\description Same as lcd_puts_style, but with scrolling is enabled
|
||||
\see lcd_puts_style
|
||||
|
||||
void lcd_puts_style(int x, int y, const unsigned char *str, int style)
|
||||
\group lcd
|
||||
\conditions !defined(HAVE_LCD_CHARCELLS)
|
||||
\param x Row X
|
||||
\param y Column Y
|
||||
\param str
|
||||
\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=
|
||||
\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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue