# 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.