ra8835a 0.2.0

RA8835A / SED1335 display driver
Documentation
  • Coverage
  • 40.91%
    18 out of 44 items documented0 out of 18 items with examples
  • Size
  • Source code size: 12.41 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.58 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • LAMBDA-CORE-HEAVY-INDUSTRIES/RA8835A
    0 0 2
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • evilwaveforms

RA8835A

Driver for RA8835A / SED1335 display controllers.

Examples

In order to keep the driver code generic, it is up to the user to implement their own parallel bus implementation and functionality to toggle between input/output modes. See examples/ for example implementation with STM32F411 using DynamicPin.