From ec8ed21bc2444178217630cf10244f4d66697503 Mon Sep 17 00:00:00 2001 From: James Waples Date: Mon, 23 Apr 2018 23:11:40 +0100 Subject: [PATCH 1/2] 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. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6abefcb..bc7c866 100644 --- a/README.md +++ b/README.md @@ -315,7 +315,8 @@ Work in progress drivers. Help the authors make these crates awesome! - [bit_field](https://crates.io/crates/bit_field): manipulating bitfields and bitarrays - ![crates.io](https://img.shields.io/crates/v/bit_field.svg) - [heapless](https://crates.io/crates/heapless): provides `Vec`, `String`, `LinearMap`, `RingBuffer` backed by fixed-size buffers - ![crates.io](https://img.shields.io/crates/v/heapless.svg) - [managed](https://crates.io/crates/managed): provides `ManagedSlice`, `ManagedMap` backed by either their std counterparts or fixed-size buffers for `#![no_std]`. - ![crates.io](https://img.shields.io/crates/v/managed.svg) -- [smoltcp](https://github.com/m-labs/smoltcp): a small TCP/IP stack that runs without `alloc` +- [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 - ![crates.io](https://img.shields.io/crates/v/embedded-graphics.svg) [no-std-category]: https://crates.io/categories/no-std From 0baa1552be676cb97464131fab1b3e193cb1a6a0 Mon Sep 17 00:00:00 2001 From: James Waples Date: Tue, 24 Apr 2018 00:23:32 +0100 Subject: [PATCH 2/2] Any size display! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc7c866..8254c09 100644 --- a/README.md +++ b/README.md @@ -316,7 +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 - ![crates.io](https://img.shields.io/crates/v/heapless.svg) - [managed](https://crates.io/crates/managed): provides `ManagedSlice`, `ManagedMap` backed by either their std counterparts or fixed-size buffers for `#![no_std]`. - ![crates.io](https://img.shields.io/crates/v/managed.svg) - [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 - ![crates.io](https://img.shields.io/crates/v/embedded-graphics.svg) +- [embedded-graphics](https://crates.io/crates/embedded-graphics): 2D drawing library for any size display - ![crates.io](https://img.shields.io/crates/v/embedded-graphics.svg) [no-std-category]: https://crates.io/categories/no-std