Skip to content

Twometer/vf60-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

USB Driver for Fujitsu VF60 POS displays

Resources

License

Stars

Watchers

Forks

Languages