vk16k33 0.1.1

I2C-based driver for a sparkfun VK16K33 14-segment display.
Documentation

Sparkfun 14-Segment VK16K33 Driver

crates.io crates.io API

A driver for a SparkFun Qwiic Alphanumeric Display.

Uses the I2C traits from the [embedded-hal] crate to be platform agnostic.

This driver is currently under development, but has sufficient functionality for printing all digits and upper case letters in the english alphabet to the display.

For an example of how the API can be used, see the rp2040 example in the examples folder.