From 1e324aac36c123340d8d33338042402164581860 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sat, 13 Apr 2013 18:19:55 +0200 Subject: lcd-common: Remove unused function lcd_puts_style(). Change-Id: Id2c64c116f79b8e61a7af49b9072b3e884ffb455 --- docs/PLUGIN_API | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'docs') diff --git a/docs/PLUGIN_API b/docs/PLUGIN_API index 75c82d447b..b895876bc0 100644 --- a/docs/PLUGIN_API +++ b/docs/PLUGIN_API @@ -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 -- cgit v1.2.3