Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 458 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 458 Bytes

Rust SDK UI gadgets

This crate provides Nano S/X/S+ -compatible abstractions for displaying text, icons, menus and other common gadgets to the screen.

Example app

An example app in examples/gadgets can be loaded and tested with this command:

cargo ledger <target> --load -- --examples gadgets

<target> being one of nanos, nanox, nanosplus.

The cargo ledger subcommand can be installed here