Skip to content

SPI controlled VFD driver for Raspberry Pi (bcm2835 library based).

License

Notifications You must be signed in to change notification settings

positronicsengineer/rpi-spi-vfd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

SPI controlled VFD driver for Raspberry Pi (bcm2835 library based).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published