u8dl 0.1.0

Universal 8bit Device Library for driving monochrome devices like OLEDs and LCDs
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 1.71 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 89.13 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Song-aff/u8dl
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Song-aff

u8dl (Universal 8bit Device Library)

u8dl is a Rust library providing drivers for monochrome devices such as OLEDs and LCDs, designed for embedded systems. TODO

Features

  • nostd: Built for no_std environments.
  • embedded: Targeted for embedded systems development.
  • ssd1306: Includes support for the SSD1306 display controller.

Usage

To use this library in your Rust project, add the following to your Cargo.toml file:

[dependencies]
u8dl = "0.1.0"