Verfasste Forenbeiträge
-
AutorBeiträge
-
TheraVet
TeilnehmerHallo Vanessa!
Vielen Dank für deine schnelle Antwort!
Dann werde ich mal gucken, dass ich meine Anpassungen (gleichzeitige Anzeige von Datum und Zeit in unterschiedlichen Farben, Regenbogen zu jeder vollen Stunde) auch in diese Datei reinkriege.
Ich bin da nicht ganz so bewandert, bastel aber gerne. 😉
Momentan versuche ich mich an einem Knight Rider Effekt, aber da muss ich auch noch ein bisschen probieren. Dazu vielleicht später mehr…Danke erstmal für die Hilfe!!!
TheraVet
TeilnehmerMeine Chronixie geht nach ein paar Wochen schon 5 Minuten vor. Bei welcher Sprungmarke (in der Datei von Vanessa, 1.46) muss ich das anpassen?
Wahrscheinlich muss man da ein bisschen rumprobieren und nach ein paar Wochen evtl. nachjustieren, oder?TheraVet
TeilnehmerTheraVet
TeilnehmerYou understood everything very well! Thank you! 🙂
Skipping the 0 works perfectly fine.
For testing the colors I deleted all the presets:
'color mode 1000: t = read 20, 4 if p < 20 then t = read 20, 10 LED.ihsv(1, t, 255, v) goto 1090 1090: LED.iled(1, p + read 10, n) return
See the result yourself 😀
Thank you very much! I keep tinkering!
*edit*
If I write
t = read 20, c
if p < 20 then t = read 20, c+6I can change color combinations by poti. But I don’t see a pattern (yet)…
TheraVet
TeilnehmerHallo Ihr Lieben!
I built the LED-Nixie yesterday and I am stunned by its look in reality (much better than on pictures or videos) and all the possibilities I have with LED Basic.
I am a little distracted by the display of seconds, so I would like to display the day and time at once.
I managed getting the day to the first digits by changing code tos = IO.getrtc(3) n = s / 10 p = 0 gosub 1000 n = s % 10 p = 10 gosub 1000 goto 520
and hours and minutes to the last digits by simply changing the
p =
number.Now I would like to display the date digits in a different color. I guess I have to change something in the
color mode
section, but I do’t know how. It would be alright if controller chose the next color code from the data line for the first two digits (like date digits color 50 and time 20).Unfortunately I broke one of the 0s (you might have heard my screech), so if you could tell me how I can switch it off (very first digit), that would be awesome! Like Doug wrote, I don’t need the day displayed with a leading zero.
Thank you very much in advance for your help and keep up the good work!
-
Diese Antwort wurde geändert vor 6 Jahre, 9 Monaten von
TheraVet.
-
Diese Antwort wurde geändert vor 6 Jahre, 9 Monaten von
-
AutorBeiträge