mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-06-07 05:48:48 +00:00
Add embedded-graphics crate
This adds the [embedded-graphics](https://github.com/jamwaffles/embedded-graphics) crate to the bottom of the no_std list. `embedded-graphics` is a no_std library for drawing 2D objects on graphical displays.
This commit is contained in:
parent
08043910a1
commit
ec8ed21bc2
1 changed files with 2 additions and 1 deletions
|
@ -316,6 +316,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
- [heapless](https://crates.io/crates/heapless): provides `Vec`, `String`, `LinearMap`, `RingBuffer` backed by fixed-size buffers - 
|
||||
- [managed](https://crates.io/crates/managed): provides `ManagedSlice`, `ManagedMap` backed by either their std counterparts or fixed-size buffers for `#![no_std]`. - 
|
||||
- [smoltcp](https://github.com/m-labs/smoltcp): a small TCP/IP stack that runs without `alloc`
|
||||
- [embedded-graphics](https://crates.io/crates/embedded-graphics): 2D drawing library for tiny displays - 
|
||||
|
||||
[no-std-category]: https://crates.io/categories/no-std
|
||||
|
||||
|
|
Loading…
Reference in a new issue