Author |
Message |
Topic: ws2801 driver? |
ali 2020
Replies: 13
Views: 38120
|
Forum: General CCS C Discussion Posted: Mon Nov 19, 2018 9:28 am Subject: driver for ws2801 |
thanks for your answer
1/ in this case : you setup ( # USE SPI) for 24 bits..that's 3 bytes BUT you send 4 bytes ( 32 bits). ALso I used mode 0 not mode 3...
only transmitted 24 bit and 8 bit no ... |
Topic: ws2801 driver? |
ali 2020
Replies: 13
Views: 38120
|
Forum: General CCS C Discussion Posted: Mon Nov 19, 2018 6:56 am Subject: driver for ws2801 |
hi
I need to run 15 ws2801 in serial mode.
My program work with 1 and 2 and 3 ws2801
but more than 3 ws2801 not work correct.
I use spi mode for running this ic.
My code is that
#inclu ... |
|