Docs.rs
  • hd44780-controller-0.1.0-alpha.0
    • hd44780-controller 0.1.0-alpha.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • hasunwoo
    • Dependencies
      • embedded-hal ^1.0.0 normal optional
      • embedded-hal-async ^1.0.0 normal optional
      • heapless ^0.8.0 normal optional
    • Versions
    • 0% of the crate is documented
  • Go to latest stable release
  • 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
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

hd44780_controller0.1.0-alpha.0

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Type Aliases

List of all items

Structs

  • charset::FallbackCharset
  • charset::MinimalCharset
  • command::clear_display::ClearDisplay
  • command::cursor_or_display_shift::CursorOrDisplayShift
  • command::display_on_off::DisplayOnOff
  • command::enter_4bit::Enter4Bit
  • command::entry_mode_set::EntryModeSet
  • command::function_set::FunctionSet
  • command::return_home::ReturnHome
  • command::set_backlight::SetBacklight
  • command::set_cgram_address::SetCGRamAddress
  • command::set_ddram_address::SetDDRamAddress
  • command::write_char::WriteChar
  • controller::Controller
  • controller::config::InitialConfig
  • controller::config::RuntimeConfig
  • controller::state::Empty
  • controller::state::Init
  • controller::state::Uninit
  • device::i2c_expander_device::I2cExpanderDevice
  • device::i2c_expander_device::State
  • device::pcf8574::PCF8574

Enums

  • command::Commands
  • command::Error
  • command::cursor_or_display_shift::Direction
  • command::cursor_or_display_shift::Mode
  • command::entry_mode_set::CursorMoveDirection
  • command::entry_mode_set::Shift
  • command::function_set::CharacterFont
  • command::function_set::DataLength
  • command::function_set::NumberOfLines
  • controller::Error
  • device::RWMode
  • device::RegisterSelectMode

Traits

  • charset::Charset
  • command::AsyncCommand
  • command::SyncCommand
  • device::AsyncDevice
  • device::CommandExtAsync
  • device::CommandExtSync
  • device::Device
  • device::SyncDevice
  • device::i2c_expander_device::I2cPacketAssembler

Macros

  • controller::lcd_print
  • lcd_print

Type Aliases

  • charset::BlankFallback
  • charset::QuestionFallback
  • device::pcf8574::PCF8574Device