Had some fun getting my LED strip to work on my W65C816SXB.
Who does not like shiny LEDs ???
https://www.youtube.com/watch?v=oHtNm04QEtsThere was already an example available on GitHub but it seem to use bit banging.
I took the info from the code and re-wrote it to use the shift register in VIA in stead.
This seem to be a more efficient way of doing it.
My code can be found here,
https://github.com/alamorobotics/W65C816_FastLED/Original code,
https://github.com/FastLED/FastLED/blob/master/extras/FastLED6502.s65