Search found 2 matches

by Repointed
Wed Jul 01, 2020 4:14 am
Forum: ESP8266 boards
Topic: What a visual effect this code do?
Replies: 2
Views: 1523

Re: What a visual effect this code do?

Thanks a lot!
by Repointed
Mon Jun 29, 2020 4:34 pm
Forum: ESP8266 boards
Topic: What a visual effect this code do?
Replies: 2
Views: 1523

What a visual effect this code do?

Hey guys! I'm translating the MicroPython tutorial for ESP8266 to russian language right now and I have a problem with this part (from here ): # Demo 3: Fade all pixels together through rainbow colours, offset each pixel for r in range(5): for n in range(256): for i in range(strip.n): strip[i] = whe...