Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 947 Bytes

README.MD

File metadata and controls

21 lines (18 loc) · 947 Bytes

Raspberry Pi SPI controlled VFD Display

rpi-spi-vfd is a simple and basic driver for Futaba C2CIG type VFD display for Raspberry Pi.

  • Supports 1x8 dot matrix VFD with build in character controller (8-MD-06INKM).
  • Prints string and single characters to VFD screen.
  • Based on bcm2835 library.

Usage

#include "rpi-spi-vfd.h" in your code.
Call vfd_put_str() and vfd_put_char().
See example test-spi-vfd.c.
View of display given in image. vfd-view

References

License

Distributed under the terms of the MIT license.
Copyright (c) 2019 positronics.engineer at yandex dot com.