Crates.io | raqote-display |
lib.rs | raqote-display |
version | 0.1.2 |
source | src |
created_at | 2020-09-18 04:42:52.108684 |
updated_at | 2020-09-18 07:31:40.856755 |
description | Implementation of embedded-graphics https://github.com/jamwaffles/embedded-graphics DrawTarget based on raqote https://github.com/jrmuizel/raqote. |
homepage | |
repository | https://codeberg.org/morph/raqote-display |
max_upload_size | |
id | 289995 |
size | 28,774 |
Implementation of embedded-graphics https://github.com/jamwaffles/embedded-graphics DrawTarget based on raqote https://github.com/jrmuizel/raqote.
To include morph in your project, add this dependency
line to your Cargo.toml
file:
raqote-display = "0.1"
cargo run --example minimal
To execute the lvgl example change in the directory examples/lvgl
and run:
DEP_LV_CONFIG_PATH=`pwd`/include cargo run
You can build and view the latest documentation by executing the following command:
cargo doc --no-deps --open