summaryrefslogtreecommitdiff
path: root/docs/PLUGIN_API
diff options
context:
space:
mode:
Diffstat (limited to 'docs/PLUGIN_API')
-rw-r--r--docs/PLUGIN_API19
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/PLUGIN_API b/docs/PLUGIN_API
index 963809a27a..4d0d54c393 100644
--- a/docs/PLUGIN_API
+++ b/docs/PLUGIN_API
@@ -838,19 +838,6 @@ void lcd_blit_mono(const unsigned char *data, int x, int by, int width, int bhei
838 \param stride 838 \param stride
839 \description 839 \description
840 840
841void lcd_blit_yuv(unsigned char * const src[3], int src_x, int src_y, int stride, int x, int y, int width, int height)
842 \group lcd
843 \conditions (LCD_DEPTH >= 16)
844 \param src[3]
845 \param src_x
846 \param src_y
847 \param stride
848 \param x
849 \param y
850 \param width
851 \param height
852 \description
853
854void lcd_clear_display(void) 841void lcd_clear_display(void)
855 \group lcd 842 \group lcd
856 \description Clears the LCD and the framebuffer 843 \description Clears the LCD and the framebuffer
@@ -1245,12 +1232,6 @@ void lcd_vline(int x, int y1, int y2)
1245 \param y2 Y end coordinate 1232 \param y2 Y end coordinate
1246 \description Draws a vertical line at (=x=, =y1=) -> (=x=, =y2=) within current drawing mode 1233 \description Draws a vertical line at (=x=, =y1=) -> (=x=, =y2=) within current drawing mode
1247 1234
1248void lcd_yuv_set_options(unsigned options)
1249 \group lcd
1250 \conditions (LCD_DEPTH >= 16) && (defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) || defined(IRIVER_H10) || defined(COWON_D2))
1251 \param options
1252 \description
1253
1254void led(bool on) 1235void led(bool on)
1255 \param on 1236 \param on
1256 \description 1237 \description