summaryrefslogtreecommitdiff
path: root/docs/PLUGIN_API
diff options
context:
space:
mode:
Diffstat (limited to 'docs/PLUGIN_API')
-rw-r--r--docs/PLUGIN_API18
1 files changed, 0 insertions, 18 deletions
diff --git a/docs/PLUGIN_API b/docs/PLUGIN_API
index b895876bc0..768342bd80 100644
--- a/docs/PLUGIN_API
+++ b/docs/PLUGIN_API
@@ -1102,15 +1102,6 @@ void lcd_puts_scroll(int x, int y, const unsigned char* string)
1102 \param string 1102 \param string
1103 \description Puts scrolling string on the LCD at row =x= and column =y=. The scrolling style is STYLE_DEFAULT. 1103 \description Puts scrolling string on the LCD at row =x= and column =y=. The scrolling style is STYLE_DEFAULT.
1104 1104
1105void lcd_puts_scroll_style(int x, int y, const unsigned char* string, int style)
1106 \group lcd
1107 \conditions !defined(HAVE_LCD_CHARCELLS)
1108 \param x Row X
1109 \param y Column Y
1110 \param string
1111 \param style can be STYLE_DEFAULT for black text display or STYLE_INVERT for white text display
1112 \description Put a string at row =x= and column =y=, the text scrolls if necessary
1113
1114void lcd_put_cursor(int x, int y, unsigned long ucs) 1105void lcd_put_cursor(int x, int y, unsigned long ucs)
1115 \group lcd 1106 \group lcd
1116 \conditions (defined(HAVE_LCD_CHARCELLS)) 1107 \conditions (defined(HAVE_LCD_CHARCELLS))
@@ -1266,15 +1257,6 @@ void lcd_remote_puts_scroll(int x, int y, const unsigned char* string)
1266 \param string 1257 \param string
1267 \description 1258 \description
1268 1259
1269void lcd_remote_puts_scroll_style(int x, int y, const unsigned char* string, int style)
1270 \group remote lcd
1271 \conditions (defined(HAVE_REMOTE_LCD))
1272 \param x
1273 \param y
1274 \param string
1275 \param style
1276 \description
1277
1278void lcd_remote_puts_style(int x, int y, const unsigned char *str, int style) 1260void lcd_remote_puts_style(int x, int y, const unsigned char *str, int style)
1279 \group remote lcd 1261 \group remote lcd
1280 \conditions (defined(HAVE_REMOTE_LCD)) 1262 \conditions (defined(HAVE_REMOTE_LCD))