Embedded rust library for drawing plots, based on embedded-graphics
Find a file
Michał Chodzikiewicz a8aeddd2a7 Merge branch 'develop' into 'master'
First version published on crates.io

See merge request mchodzikiewicz/embedded-plots!8
2021-03-03 00:08:56 +00:00
examples Remove polyplot 2021-03-02 21:22:58 +01:00
src Remove polyplot 2021-03-02 21:22:58 +01:00
.gitignore Initial commit 2020-12-17 22:45:34 +01:00
.gitlab-ci.yml Fix code to build on CI 2021-02-22 21:35:49 +01:00
Cargo.toml Add cargo metadata and README 2021-03-03 00:41:05 +01:00
LICENSE Add LGPL licencing 2020-12-20 11:22:23 +00:00
README.md Add cargo metadata and README 2021-03-03 00:41:05 +01:00

Embedded Plots

Heapless plotting library for small embedded targets, based on embedded-graphics crate.

This is very beginning of the development, however it is functional to the point where single plot can be drawn.