add short description

This commit is contained in:
King Kévin 2016-01-27 16:35:44 +01:00
parent b9f3e244af
commit c99e49a5d7
1 changed files with 13 additions and 0 deletions

13
README Normal file
View File

@ -0,0 +1,13 @@
this micro-controller firmware controls a vacuum fluorescent display (VFD).
the VFD has been salvaged from a Samsung SER6500 cash register.
it already included supertex HV518 VFD drivers.
the micro-controller used is a STM32F103C8T6. with the libopencm3 library.
the firmware starts by testing all segments of the VFD, plays an animation, and finally displayed the text typed in over the USB CDC ACM or USART1 ports.
the data is shifted out from the micro-controller to the drivers using SPI.
a timer will periodically refresh all parts of the VFD.
more details are available at https://wiki.cuvoodoo.info/doku.php?id=vfd_driver.