summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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)
1105void lcd_puts_scroll_style(int x, int y, const unsigned char* string, int style) 1105void lcd_puts_scroll_style(int x, int y, const unsigned char* string, int style)
1106 \group lcd 1106 \group lcd
1107 \conditions !defined(HAVE_LCD_CHARCELLS) 1107 \conditions !defined(HAVE_LCD_CHARCELLS)
1108 \param x
1109 \param y
1110 \param string
1111 \param style
1112 \description Same as lcd_puts_style, but with scrolling is enabled
1113 \see lcd_puts_style
1114
1115void lcd_puts_style(int x, int y, const unsigned char *str, int style)
1116 \group lcd
1117 \conditions !defined(HAVE_LCD_CHARCELLS)
1118 \param x Row X 1108 \param x Row X
1119 \param y Column Y 1109 \param y Column Y
1120 \param str 1110 \param string
1121 \param style can be STYLE_DEFAULT for black text display or STYLE_INVERT for white text display 1111 \param style can be STYLE_DEFAULT for black text display or STYLE_INVERT for white text display
1122 \description Put a string at row =x= and column =y= 1112 \description Put a string at row =x= and column =y=, the text scrolls if necessary
1123 1113
1124void lcd_put_cursor(int x, int y, unsigned long ucs) 1114void lcd_put_cursor(int x, int y, unsigned long ucs)
1125 \group lcd 1115 \group lcd