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, 19 insertions, 0 deletions
diff --git a/docs/PLUGIN_API b/docs/PLUGIN_API
index 0a256ff147..834b3522be 100644
--- a/docs/PLUGIN_API
+++ b/docs/PLUGIN_API
@@ -832,6 +832,19 @@ void lcd_blit_mono(const unsigned char *data, int x, int by, int width, int bhei
832 \param stride 832 \param stride
833 \description 833 \description
834 834
835void lcd_blit_yuv(unsigned char * const src[3], int src_x, int src_y, int stride, int x, int y, int width, int height)
836 \group lcd
837 \conditions (LCD_DEPTH >= 16)
838 \param src[3]
839 \param src_x
840 \param src_y
841 \param stride
842 \param x
843 \param y
844 \param width
845 \param height
846 \description
847
835void lcd_clear_display(void) 848void lcd_clear_display(void)
836 \group lcd 849 \group lcd
837 \description Clears the LCD and the framebuffer 850 \description Clears the LCD and the framebuffer
@@ -1226,6 +1239,12 @@ void lcd_vline(int x, int y1, int y2)
1226 \param y2 Y end coordinate 1239 \param y2 Y end coordinate
1227 \description Draws a vertical line at (=x=, =y1=) -> (=x=, =y2=) within current drawing mode 1240 \description Draws a vertical line at (=x=, =y1=) -> (=x=, =y2=) within current drawing mode
1228 1241
1242void lcd_yuv_set_options(unsigned options)
1243 \group lcd
1244 \conditions (LCD_DEPTH >= 16) && (defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) || defined(IRIVER_H10) || defined(COWON_D2))
1245 \param options
1246 \description
1247
1229void led(bool on) 1248void led(bool on)
1230 \param on 1249 \param on
1231 \description 1250 \description