3 wire SPI 9 bit #877
Unanswered
espruino-discuss2
asked this question in
Interfacing
Replies: 1 comment
-
Posted at 2016-08-15 by @gfwilliams I'm not 100% sure if anyone uses it already... Are you using hardware or software SPI? I'm not sure about hardware, but software SPI definitely should work with 9 bits. I just looked at the code and it seems like there is a bug that means that individual numbers being sent to If you need to use spi.send, for now, just use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2016-08-10 by MichaelPralow
i want to provide a module for a specific display driver, so far it works perfectly - when using 4 wire SPI
the driver provides the option to use 3 wire SPI, but the data must be 9 bit (where the first bit determines a command or a data byte)
so far i have no luck with
is there some module where 9 bit SPI is used already?
Beta Was this translation helpful? Give feedback.
All reactions