Docs.rs
  • lcd-async-0.1.1
    • lcd-async 0.1.1
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • okhsunrog
    • Dependencies
      • embedded-graphics ^0.8 normal
      • embedded-graphics-core ^0.4.0 normal
      • embedded-hal ^1.0 normal
      • embedded-hal-async ^1.0 normal
      • tokio-test ^0.4 dev
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

lcd_async0.1.1

Crate Items

  • Structs
  • Enums
  • Traits

List of all items

Structs

  • Builder
  • Display
  • TestImage
  • dcs::EnterIdleMode
  • dcs::EnterNormalMode
  • dcs::EnterPartialMode
  • dcs::EnterSleepMode
  • dcs::ExitIdleMode
  • dcs::ExitSleepMode
  • dcs::PixelFormat
  • dcs::SetAddressMode
  • dcs::SetColumnAddress
  • dcs::SetDisplayOff
  • dcs::SetDisplayOn
  • dcs::SetInvertMode
  • dcs::SetPageAddress
  • dcs::SetPixelFormat
  • dcs::SetScrollArea
  • dcs::SetScrollStart
  • dcs::SetTearingEffect
  • dcs::SoftReset
  • dcs::WriteMemoryStart
  • interface::Generic16BitBus
  • interface::Generic8BitBus
  • interface::ParallelInterface
  • interface::SpiInterface
  • models::GC9107
  • models::GC9A01
  • models::ILI9225Rgb565
  • models::ILI9341Rgb565
  • models::ILI9341Rgb666
  • models::ILI9342CRgb565
  • models::ILI9342CRgb666
  • models::ILI9486Rgb565
  • models::ILI9486Rgb666
  • models::ILI9488Rgb565
  • models::ILI9488Rgb666
  • models::RM67162
  • models::ST7735s
  • models::ST7789
  • models::ST7796
  • models::SoftResetILI9225
  • models::WriteMemoryStartILI9225
  • options::InvalidAngleError
  • options::ModelOptions
  • options::Orientation
  • options::RefreshOrder
  • raw_framebuf::RawFrameBuf

Enums

  • ConfigurationError
  • InitError
  • NoResetPin
  • dcs::BitsPerPixel
  • interface::InterfaceKind
  • interface::ParallelError
  • interface::SpiError
  • models::ModelInitError
  • options::ColorInversion
  • options::ColorOrder
  • options::HorizontalRefreshOrder
  • options::Rotation
  • options::TearingEffect
  • options::VerticalRefreshOrder

Traits

  • dcs::DcsCommand
  • dcs::InterfaceExt
  • interface::Interface
  • interface::OutputBus
  • models::Model
  • raw_framebuf::IntoRawBytes
  • raw_framebuf::RawBufferBackendMut