So im very new to the coding world and i had a cool idea with friends to make some tail lights with the ws2812b diodes. I want to make them have a sequential pattern for turn signals and the closest thing ive found to do something similar is color wipe but i have no idea how to make it glow dim for running lights and glow bright for brake lights. if anyone is able to help id appreciate the help. id be willing to work alongside someone and possibly pay even for assistance. -OP Matt
the closest thing ive found to do something similar is color wipe
So, try that. Suppose that you want the LEDs to be red. Try different values for the red component, from 0 to 255. Some range of values will look good for tail lights, while another range will look good for brake lights.
Hint: Higher numbers will be brighter.
PaulS:
So, try that. Suppose that you want the LEDs to be red. Try different values for the red component, from 0 to 255. Some range of values will look good for tail lights, while another range will look good for brake lights.Hint: Higher numbers will be brighter.
where do you recommend i should start as for writing the code itself. i know you need to declare values and imputs and outputs and what not but im unsure where to begin.