emb-ssdraw 0.1.0

A simple embedded screen saver that draws random points on a display
Documentation
1
2
3
4
5
6
7
8
9
10
11
# emb-ssdraw

A simple embedded screen saver that draws random points on a display. This crate is designed for `no_std` environments and uses the `embedded-graphics` library.

## Features

- No heap allocation (`no_std` compatible)
- Configurable buffer size for points
- Uses `rand` crate

See docs for more details.