| Crates.io | embedded-icon |
| lib.rs | embedded-icon |
| version | 0.0.1 |
| created_at | 2023-07-24 13:33:56.32647+00 |
| updated_at | 2023-07-24 13:33:56.32647+00 |
| description | 12600+ icons for embedded-graphics, ported from multiple packages. |
| homepage | |
| repository | https://github.com/patrickelectric/embedded-icon |
| max_upload_size | |
| id | 924582 |
| size | 27,667,422 |
12600+ 🖼 icons for embedded-graphics.
Add this to your Cargo.toml:
[dependencies]
embedded-icon = "0.1.0"
use embedded_graphics::image::Image;
use embedded_graphics::prelude::*;
use embedded_icon::{simple::size32::Github};
let github_icon = Github::new(Rgb888::CSS_ORANGE);
Image::new(github_icon, Point::new(10, 10)).draw(display).ok();
Check the example: cargo run --example simple
Contributions are welcome! Please open an issue or PR on GitHub.
This project was inspired by embedded-iconoir.