Place to put your Basic demos and examples

Moderator: Mmiscool

User avatar
By Mmiscool
#36852 Hook k up the neo pixel strip signal line to pin 15 or D8 on a node mcu board.

Code: Select alltimer 10000 [show.clock.hands]
wait

[show.clock.hands]
serialprintln time()
neocls()
h = time(hour)
if h > 12 then h = h - 12
h = h - 1
m = time(min) / 5
m = m - 1
neo(h,0,250,0)
neo(m,0,0,250)
wait
User avatar
By Mmiscool
#36863 I took a strip and made it in to a circul but you could use one of the pre built circular boards with the neo pixels on them. Should post a video.