hanover-flipdot 0.1.0

An implementation of the Hanover Displays flipdot protocol
Documentation
  • Coverage
  • 0%
    0 out of 4 items documented0 out of 3 items with examples
  • Size
  • Source code size: 14.64 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.07 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 20s Average build duration of successful builds.
  • all releases: 20s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • wlcx

A Rust implementation of the Hanover Displays Flipdot serial protocol

A basic implementation of the serial protocol used by Hanover Displays flipdots.

embedded-graphics support

HanoverFlipdot implements the DrawTarget trait from embedded-graphics. This means you can easily draw text and other 2d graphics using that ecosystem.