DnaX / Samsung_16LF01_VFD

Arduino driver library for the Samsung 16LF01 series 16-segments VFD
GNU General Public License v3.0
11 stars 3 forks source link

Library is for a controller not just a spesific display module. #3

Open Switching-Power opened 4 years ago

Switching-Power commented 4 years ago

The Samsung 16LF01UA3, 16LF01UA4 and VFM161LSA1 all use the OKI MSC1937-01 VFD controller witch is a clone of the original Rockwell 10937 VFD controller.

Any VFD display that is based on the Rockwell 10937 VFD controller or one of its clones like the OKI MSC1937-01 or Micrel MIC10937 are compatible with this library.

Think of the Rockwell 10937 as the HD44780 for LCD displays, maybe you can rename the library to reference the name of the controller instead of a single module that is based on that controller.

The 9MS09SS1 display that also works uses a ML9209-xx VFD controller and a Nuvoton W78E052DPG microcontroller to translate the incompatible ML9209-xx protocol to the Rockwell 10937 protocol.

https://datasheetspdf.com/pdf/1339824/Rockwell/10937/1 https://datasheetspdf.com/pdf/27306/MicrelSemiconductor/MIC10937/1 https://datasheetspdf.com/pdf/626480/OKIelectroniccomponets/MSC1937-01/1

DnaX commented 3 years ago

Thank you for inform about that. I personally own only the 16LF01UA4 display so I thounght was a protocol used for only this type of Samsung displays.

I don't know how it's better to rename the library, maybe I can fork my own library and name it properly.

DnaX commented 3 years ago

I rewrite the description accordingly with your informations. I will think how to rename the library, every suggestion it's welcome!

Thanks a lot!