| Crates.io | font_7seg |
| lib.rs | font_7seg |
| version | 0.0.5 |
| created_at | 2022-01-14 03:59:26.9145+00 |
| updated_at | 2024-03-26 14:01:55.395661+00 |
| description | 7セグメントLED風数字フォント |
| homepage | |
| repository | https://github.com/mitoneko/font_7seg.git |
| max_upload_size | |
| id | 513681 |
| size | 18,731 |
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)?;
そのライブラリは、次のライセンス条件で利用できます。