Skip to content

Commit c9c2057

Browse files
bors[bot]parasew
andauthored
Merge #21
21: Added lvgl-rs as work-in-progress r=adamgreig a=parasew Added WiP for lvgl-rs Thanks for submitting! ## Category Is this PR a: - [ ] New Not Yet Awesome item? - [X] A WIP project addressing an open item? - [ ] Removing a Not Yet Awesome item? ## New Not Yet Awesome item checklist - [X] Is the request clearly stated, linking to relevant documentation, such as a whitepaper, protocol definition, datasheet, etc.? - [ ] Are the "Success Criteria" defined? - [ ] Is this request possible using today's Rust (not blocked by LLVM impl, rustc impl, etc.)? - [ ] Is this request broken into reasonable work packages, such as "Create HAL for XYZ chip", not "support all boards from ABC vendor"? ## WIP Project checklist - [X] Is there a link to the source project on GitHub/GitLab/etc? - [X Is the project open source? - [X] Is it clear if contributions are welcome? - [X] Is the project relevant to the TODO item it addresses? - [X] Is the project more than just an empty repo or a placeholder (e.g. just a "hello world" `bin.rs`/`lib.rs`)? ## Remove an item checklist - [ ] Has the project that fixes the item been mentioned in the PR? - [ ] Does the project address the original request fully? - [ ] Has the crate that addresses the request has been added to the [Awesome Embedded Rust] list? - [ ] Has the crate has been published on crates.io (or somewhere else where other people can consume it)? [Awesome Embedded Rust]: https://github.com/rust-embedded/awesome-embedded-rust Co-authored-by: Matthias Tarasiewicz <[email protected]>
2 parents 2f20133 + 55597fb commit c9c2057

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@ So far there seem to be no libraries to do anything with displays or gui's. Howe
156156

157157
Bindings to C libraries or a Rust library that is meant for Displays and/or GUIs.
158158

159+
### Work in progress
160+
* [Rafael Carício](https://github.com/rafaelcaricio) is working on [lvgl-rs](https://github.com/rafaelcaricio/lvgl-rs), which are safe bindings for Rust to use LittlevGL ([see also the annoucement on the LVGL forums](https://forum.lvgl.io/t/rust-bindings-for-littlevgl/2386)). LVGL can now also [compile to WASM](https://github.com/rafaelcaricio/lvgl-rs-wasm) thanks to Rust.
161+
159162
# Not Yet Awesome Item Template
160163

161164
Here's an example for something that is not yet awesome:

0 commit comments

Comments
 (0)