vf60

Crates.iovf60
lib.rsvf60
version0.1.0
sourcesrc
created_at2024-09-07 22:40:07.510145
updated_at2024-09-07 22:40:07.510145
descriptionUSB Driver for Fujitsu VF60 POS displays
homepage
repositoryhttps://github.com/Twometer/vf60-rs
max_upload_size
id1367623
size14,879
(Twometer)

documentation

README

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

Commit count: 0

cargo fmt