font_7seg

Crates.iofont_7seg
lib.rsfont_7seg
version0.0.5
sourcesrc
created_at2022-01-14 03:59:26.9145
updated_at2024-03-26 14:01:55.395661
description7セグメントLED風数字フォント
homepage
repositoryhttps://github.com/mitoneko/font_7seg.git
max_upload_size
id513681
size18,731
美都 (mitoneko)

documentation

README

font_7seg

embedded_graphicsのTextクラスに対応する7セグメントLED風の数字フォントです。0-9までの数字と小数点(.)に対応します。

使用例

let font = Font7Seg::new(Size::new(10,20), Rgb565::RED);
Text::new("0123", Point::new(1,1), font).draw(&mut display)?;

ライセンス

そのライブラリは、次のライセンス条件で利用できます。

Commit count: 6

cargo fmt