font_7seg 0.0.5

7セグメントLED風数字フォント
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.embedded-graphics]
version = "^0.8.1"

[dependencies.num-traits]
default-features = false
version = "0.2"

[package]
authors = ["mitoneko"]
categories = ["embedded", "graphics"]
description = "7セグメントLED風数字フォント"
edition = "2021"
keywords = ["font", "embedded-graphics", "embedded", "graphics"]
license = "MIT OR Apache-2.0"
name = "font_7seg"
readme = "README.md"
repository = "https://github.com/mitoneko/font_7seg.git"
version = "0.0.5"