You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
about = "Send gif as animation. This is different from \"gif play\" command, which is provided directly by Divoom device. This command will create a regular animation and load the gif file and draw the frames into it in order to play it."
311
+
)]
312
+
SendGif{
313
+
#[structopt(help = "Gif file path")]
314
+
file_path:String,
315
+
316
+
#[structopt(
317
+
default_value = "64",
318
+
help = "Animation size in pixels. Only 16 and 32 and 64 are allowed."
0 commit comments