-
Forum
-
Main Forum
-
Wemos Nixie Clock Support Forum
-
Github Firmware
Github Firmware
Less
More
-
Posts: 9
-
Thank you received: 1
-
-
Less
More
-
Posts: 1208
-
Thank you received: 128
-
-
-
-
3 years 3 days ago #10380
by Ian
The real problem here is the "Colourtime" option, which reflects the display digits in RGB colours. I'm also playing around with the idea of having the colours slowly propagate down the chain of Pixels, but that is not a problem.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 9
-
Thank you received: 1
-
-
Less
More
-
Posts: 1833
-
Thank you received: 200
-
-
-
-
-
3 years 2 days ago #10384
by Ty_Eeberfest
Maybe I'm stating the obvious here but wouldn't a "repeating pattern" scheme solve the colortime issue? Make the colortime code look at the config item "how many pixels". If > 6 just duplicate, e.g. pixel 7 same as pixel 1, pixel 8 same as pixel 2, and so on until you get to the last pixel.
Or simply disable the colortime feature if number of pixels > 6
Look into it later when the dust is clearing off the crater.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 1208
-
Thank you received: 128
-
-
-
-
2 years 11 months ago #10420
by Ian
exactly, set the pixel colour as <pixel-number> % <DIGIT_COUNT>
"%" is the "modulus" operator.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 33
-
Thank you received: 4
-
-
2 years 9 months ago #10545
by jjansen
Ian wrote: So get yourself a Bitbucket account if you don't have one yet, and I'll add you to the list so you can read/write/fork etc. as soon as you let me have the Bitbucket account name.
After successfully completing the modular nixie clock with IN-14 tubes, I want to design a PCB on my own, based on a Wemos and IN-12 tubes. Therefore I am also interested in the FW source. If that's ok with you; my bitbucket name is
Part of the message is hidden for the guests. Please log in or register to see it.
Please Log in or Create an account to join the conversation.
-
Forum
-
Main Forum
-
Wemos Nixie Clock Support Forum
-
Github Firmware
Time to create page: 0.094 seconds