summaryrefslogtreecommitdiffstats
path: root/docs/PLUGIN_API
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2013-04-13 18:19:55 +0200
committerThomas Martitz <kugel@rockbox.org>2014-01-07 14:13:48 +0100
commit1e324aac36c123340d8d33338042402164581860 (patch)
treeda79c804a7b582dd2c92ab5d06c318d7aa8e728d /docs/PLUGIN_API
parent8f64625888965d7eed46101fad8fc7fbd9e30f03 (diff)
downloadrockbox-1e324aac36c123340d8d33338042402164581860.tar.gz
rockbox-1e324aac36c123340d8d33338042402164581860.zip
lcd-common: Remove unused function lcd_puts_style().
Change-Id: Id2c64c116f79b8e61a7af49b9072b3e884ffb455
Diffstat (limited to 'docs/PLUGIN_API')
-rw-r--r--docs/PLUGIN_API14
1 files changed, 2 insertions, 12 deletions
diff --git a/docs/PLUGIN_API b/docs/PLUGIN_API
index 75c82d447b..b895876bc0 100644
--- a/docs/PLUGIN_API
+++ b/docs/PLUGIN_API
@@ -1105,21 +1105,11 @@ void lcd_puts_scroll(int x, int y, const unsigned char* string)
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