3 releases
0.1.2 | Sep 18, 2020 |
---|---|
0.1.1 | Sep 18, 2020 |
0.1.0 | Sep 18, 2020 |
#1100 in WebAssembly
21KB
170 lines
raqote-display
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"
Run example
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
Build and run documentation
You can build and view the latest documentation by executing the following command:
cargo doc --no-deps --open
Dependencies
~4MB
~58K SLoC