embedded-menu 0.6.1

Simple interactive menu for embedded devices
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
embedded-menu
=============

<p align="center">
    <img src = "https://github.com/bugadani/embedded-menu/blob/main/menu.png?raw=true" alt = "Screenshot with a nav item, two checkboxes and a multiple value select arranged in a vertical list of options" />
</p>

<p align="center">
    <a href="https://crates.io/crates/embedded-menu"><img src="https://img.shields.io/crates/v/embedded-menu.svg" alt="Crates.io"></a>
    <a href="https://docs.rs/embedded-menu"><img src="https://docs.rs/embedded-menu/badge.svg" alt="Docs.rs"></a>
</p>

Interactive menu implementation aimed for embedded devices, written in Rust, built
mainly on top of [`embedded-graphics`].

Examples require `SDL2`. Refer to the [`embedded-graphics`] docs for more info on how to set it up.

[`embedded-graphics`]: https://github.com/embedded-graphics/embedded-graphics/