Hi ‘guys’
Im using Visual studio and want to build a project in C#. I have no programming experience at all BTW so talk to me like an absolute noob. I want to address all the LEDs (NeoPixel/WS2812b) at the same time. I have managed to do this very easily with python. Can you give me some tips or post some example code? Essentially i want several buttons in a GUI which when pressed will show that color. Sounds simple - My mind is blown with how complex this is. Im great with hardware - Programming is a little above me. So far in Visual Studio I have managed to access the blinkstick and display its serial number. I have a button that when clicked turns one Led red. My issue is that it only turns on one LED. I want to be able to access them all.
Any help will be kindly received
Glyn.