Today in my ongoing saga of a #einkcyberdeck: I've discovered that #rust #plotters is fully backend agnostic, which would allow me to use it to plot directly to the e-ink native image buffer by implementing the DrawingBackend trait:
https://github.com/plotters-rs/plotters/blob/7c1f8ec41ae9e70b91c3427bd19c929ac45fb31d/plotters-backend/src/lib.rs#L106
plotters/plotters-backend/src/lib.rs at 7c1f8ec41ae9e70b91c3427bd19c929ac45fb31d ยท plotters-rs/plotters

A rust drawing library for high quality data plotting for both WASM and native, statically and realtimely ๐Ÿฆ€ ๐Ÿ“ˆ๐Ÿš€ - plotters-rs/plotters

GitHub