| make_LED | R Documentation |
make a LED screen
make_LED(
chars = "SOS!",
save_file = NULL,
LED_width = NULL,
speed = 32,
fps = 10,
colors = c("grey", "red2"),
LED_height = 32,
image_scale = 10,
...
)
chars |
chars |
save_file |
save_file |
LED_width |
LED_width |
speed |
pixel speed, default 32 |
fps |
frame per second, 10 |
colors |
c("grey","red2") |
LED_height |
LED_height, 64 |
image_scale |
image scale, 10 |
... |
add |
gif file
if (interactive()) make_LED("SOS!")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.