mdstiele / issglobe

Python code with code to pull iss tle data and output to neopixels
1 stars 0 forks source link

change Iss light to have fade #7

Open mdstiele opened 3 years ago

mdstiele commented 3 years ago

when time to move led (only when different than last) then fade out old and fade in new. how fast?

mdstiele commented 2 years ago

the check for a change and to only push if changed is already implemented.

for fade i can do a hard. fade out old fade in new. or i can try to use a distance formula if there is more that one led on like for the sun and moon.