Тёмный

HW for Paul McWhorter's Pico W Class Lesson 53 

Lori's Homework
Подписаться 171
Просмотров 134
50% 1

This is my homework for Lesson 53.
I will be posting HW on my @LorisHW channel rather than my project channel @Lorisrobots.
Paul McWhorter's Lesson 53: • Raspberry Pi Pico W LE...
Code: github.com/lpf...
Song: Ikson - New Day (Vlog No Copyright Music)
Music provided by Vlog No Copyright Music.
Video Link: • Ikson - New Day (Vlog ...

Опубликовано:

 

3 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 17   
@paulmcwhorter
@paulmcwhorter 8 месяцев назад
Excellent work.
@LorisHW
@LorisHW 8 месяцев назад
Thanks for the great course
@bigbogeyface
@bigbogeyface 8 месяцев назад
Wonderful 👌
@LorisHW
@LorisHW 8 месяцев назад
Thanks for watching!
@leeg.1402
@leeg.1402 8 месяцев назад
Nice video. I like the idea of using the pot to change the delay time. I've been playing with a 16x10 matrix for a couple weeks now (sure is a time waster!!) Thanks for posting.
@LorisHW
@LorisHW 8 месяцев назад
The potentiometer is just fun to use in a project like this. I just LOVE neopixels. Thanks for watching!
@Richardj410
@Richardj410 8 месяцев назад
Thanks again, nice video.
@LorisHW
@LorisHW 8 месяцев назад
Thanks for watching!
@keithlohmeyer
@keithlohmeyer 8 месяцев назад
Nice! I may borrow your brightness function. I usually like full brightness but for the videos dimming would help. Sorry...don't have any suggestions for scrolling an easy way. Thanks for the video.
@charlotteswift
@charlotteswift 8 месяцев назад
@keithlohmeyer All Lori's doing is creating another tuple which contains the values of the original tuple multiplied by the brightness factor. Why would you need to borrow anything? Or am I missing something? btw Paul said "Don't copy Lori's solution"😁😁
@keithlohmeyer
@keithlohmeyer 8 месяцев назад
@@charlotteswift I was thinking of ways to incorporate dimming without multiplying each RGB value by a dim value like Paul was doing. Then I saw Lori's little 2 line function using list comprehension and thought that will work. The Adafruit Circuit Python Neopixel library module has diming built in. Also the Arduino R4 does not have Neopixel support yet.
@LorisHW
@LorisHW 8 месяцев назад
I dig into efficient ways to scroll text - just to learn how to do it myself. Thanks for watching!
@charlotteswift
@charlotteswift 8 месяцев назад
@@keithlohmeyer Sorry, I misunderstood. It's just that you liked Lori's list comprehension (that actually multiplys each RGB value by a dim value like Paul was doing)
@keithlohmeyer
@keithlohmeyer 8 месяцев назад
@@charlotteswift Yes but you send the tuple off to the function and it sends the dim value back... pixels[2] = dim(255,255,255). That seems better than (r * dim, g * dim, b * dim) like Paul did
@charlotteswift
@charlotteswift 8 месяцев назад
Nice video but I'm a bit surprised that you didn't calculate the pixel numbers for the rings on the 5 x 5 matrix instead of just creating list yourself. You were being a bit lazy imho.😜😜 And imagine if you moved on to a bigger matrix, it would take all day to type!
@LorisHW
@LorisHW 8 месяцев назад
Thanks for watching!