[](https://crates.io/crates/embedded-png)
[](https://docs.rs/embedded-png)
[](https://github.com/peckpeck/embedded-png/blob/main/LICENSE)
# Embedded PNG rendering
PNG image rendering for [embedded-graphics](https://docs.rs/embedded-graphics/latest/embedded_graphics/) (no_std).
## Notable dependencies
* [embedded-graphics-core](https://github.com/embedded-graphics/embedded-graphics) used for cross platform 2D rendering and provides base text styling
## Ho to use
```rust
// TODO
```