X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/rigol/blobdiff_plain/659f6954a480994415f72580df61635fba3d877f..ad9fbc05e664d9e4028ec9c17fcc7308a4524114:/commands.h diff --git a/commands.h b/commands.h index 9d20fe8..ab013dc 100644 --- a/commands.h +++ b/commands.h @@ -2,3 +2,4 @@ void do_plot (struct usb_dev_handle *sc); void do_get_buf (struct usb_dev_handle *sc); void do_get_screen(struct usb_dev_handle *sc); void do_display_screen(struct usb_dev_handle *sc); +unsigned char* get_lcd(struct usb_dev_handle *sc, int *imglen, int keylock);