embedded-menu icon indicating copy to clipboard operation
embedded-menu copied to clipboard

Menu library written in Rust for embedded applications

Results 4 embedded-menu issues
Sort by recently updated
recently updated
newest added

Hello, first of all, thank you very much for your crate. I'm trying to use it on hardware with rgb565 display. I'm using your examples for inspiration. I'm using theme...

Currently, dynamic lists of menu items are only possible in a very restricted way: it is not possible to arbitrarily mix and match navigation and selection items. Unfortunately, we can't...

If the menu doesn't take up the whole screen, users might want to draw other things. In this case, it would be nice to: - know how big certain menu...