fix typo
This commit is contained in:
parent
c99e49a5d7
commit
40b9c5dc48
5
README
5
README
|
@ -3,9 +3,10 @@ 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 micro-controller used is a STM32F103C8T6.
|
||||
the software uses 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 firmware starts by testing all segments of the VFD, plays an animation, and finally displays 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.
|
||||
|
|
Loading…
Reference in New Issue