2016-04-05 22:23:42 +02:00
|
|
|
# Images
|
|
|
|
|
2016-05-05 20:16:14 +02:00
|
|
|
Creation, manipulation and display of LED images.
|
2016-04-05 22:23:42 +02:00
|
|
|
|
|
|
|
```cards
|
|
|
|
images.createImage(`
|
|
|
|
. . . . .
|
|
|
|
. . . . .
|
|
|
|
. . # . .
|
|
|
|
. . . . .
|
|
|
|
. . . . .
|
|
|
|
`);
|
|
|
|
images.createBigImage(`
|
|
|
|
. . . . .
|
|
|
|
. . . . .
|
|
|
|
. . # . .
|
|
|
|
. . . . .
|
|
|
|
. . . . .
|
|
|
|
`);
|
|
|
|
```
|
2016-08-08 22:08:15 +02:00
|
|
|
|
|
|
|
### See Also
|
|
|
|
|
|
|
|
[createImage](/reference/images/create-image), [createBigImage](/reference/images/create-big-image)
|