embedded-graphics-framebuf 0.5.0

Frame buffer helper for embedded-graphics
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "embedded-graphics-framebuf"
version = "0.5.0"
edition = "2021"
authors = [
  "Bernard Kobos <bkobos@gmail.com>",
  "Jounathaen <jounathaen at mail dot de>",
]
license = "MIT"
description = "Frame buffer helper for embedded-graphics"

[dependencies]
embedded-dma = "0.2.0"
embedded-graphics = "0.8.0"