vf60

USB Driver for Fujitsu VF60 POS displays

1 unstable release

0.1.0 Sep 7, 2024

#400 in Hardware support

Download history 182/week @ 2024-09-06 22/week @ 2024-09-13 11/week @ 2024-09-20 12/week @ 2024-09-27 5/week @ 2024-10-04

53 downloads per month

MIT license

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
~49K SLoC