Question in regards to MSB and LSB in SPI Protocol / WiPy 2.0
-
Hello Everyone,
I am trying to "talk" to a LS013B4DN04 SHARP LCD using SPI. However, the LCD device needs the data structure to start with the LSB first, while the SPI protocol in the WiPy is is a MSB only. Has anyone bump into a similar issue?
Any assistance is kindly appreciated
Cheers
Colombian
-
Thank you very much for your assistance with this, and it is awesome news about SPI.LSB.
Cheers
Colombian1976
-
I concur, the code does allow LSB as well, I will update the docs accordingly.
-
@colombianaus
i see that in sources LSB is also supported
what if you try to init it withSPI.LSB
? Maybe docs only do not follow..