#ui #ui-elements #simple #simpleui

no-std embedded-simple-ui

Simple UI elements (LED, hw switch, etc.) with implementations on top of embedded-hal and embedded-time crates

1 stable release

1.0.1 May 16, 2024

#287 in Embedded development

Download history 240/week @ 2024-05-12 32/week @ 2024-05-19

272 downloads per month

Apache-2.0

19KB
298 lines

embedded-simple-ui

Overview

embedded-simple-ui provides simple UI elements implementations such as LED, hardware switch, etc., built on top of the embedded-hal and embedded-time crates.

Features

  • LED control
  • Hardware switch interface
  • Easy integration with embedded-hal and embedded-time

Installation

Add embedded-simple-ui to your Cargo.toml:

[dependencies]
embedded-simple-ui = "1.0.0"

Usage

TODO: add usage and examples

// Add code examples here

Contributing

Contributions are welcome! Please see our contribution guidelines.

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details.

Dependencies

~660KB
~12K SLoC