jcyfkimi / MiZi_PT6312

Source code of ka's mizi VFD module with PT6312 controller
GNU General Public License v3.0
2 stars 0 forks source link

7 Digits and 13 Segments VFD #1

Open Dancopy opened 3 years ago

Dancopy commented 3 years ago

Hello jcyfkimi My VFD Display has 7 Digits and 13 Segments using the PT6312, mounted on a plate, even with the power supply (of a DVD Player) and I would like to use your clock sketch, so what should I change in the sketch? PS. I would be using only 6 digits from right to left. I am leaving an image attached for you to see the pins on my display; Tabela de Grades e Anodos do Display Samsung HNV-07SS45T Thanks, Daniel

jcyfkimi commented 3 years ago

Hi Daniel Basically you need to check with your own HW design and mainly is how the PT6312 connected to the VFD, and then you need to come out the num_array and char_array table corresponding your HW sch. I think it's enough.

Dancopy commented 3 years ago

First, thanks for the answer Sorry for my ignorance but, what does the term HW mean? If you don't mind, could you explain to me which sequence you are using in "uint num_array" to use, for example, the number 1 (0x1020) which, converted to binary would be 0001 0000 0010 0000, comparing it to the sequence of pins on my display? Yeah, I couldn't understand the sequence you used! Or do you mean that I may have to change the string in uint num_array? Once again, thank you very much

jcyfkimi commented 3 years ago

Hi Daniel HW means hardware, and let me check if I can get the original schematic form the original designer Kazuyuki for your reference. Unfortunately it's almost 3 years ago since I publish this repo, I'm also forget the exactly meaning of the sequence, let me have memory recap and update to you later.