emb-ssdraw

Crates.ioemb-ssdraw
lib.rsemb-ssdraw
version0.1.0
created_at2024-12-25 04:55:49.674776+00
updated_at2024-12-25 04:55:49.674776+00
descriptionA simple embedded screen saver that draws random points on a display
homepage
repositoryhttps://github.com/Dicklessgreat/emb_ssdraw
max_upload_size
id1494799
size5,645
Dickless (Dicklessgreat)

documentation

README

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.

Commit count: 15

cargo fmt