1 unstable release
0.1.0 | Sep 7, 2024 |
---|
#507 in Hardware support
10KB
163 lines
vf60-rs
A driver for Fujitsu VF60 POS displays based on rusb.
Features
- Print characters to screen at any position (supports different cursor and character render styles)
- Read device information
- Equipment recognition
- Firmware revision
- Manufacturing date
- Product ID
- Serial number
- Operation time
- Control display brightness
Quickstart
let vf60 = vf60::Driver::open()?;
vf60.clear_display()?;
vf60.print("Hello, world!")?;
Examples
License
Licensed under the MIT License
Dependencies
~1.5–2.3MB
~50K SLoC