You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to communicate between my esp32 and an ili9341 via SPI, however it seems none of the commands I send actually do anything. After testing a 'demo' code without the std I'm being led to believe there is something
The non-std code works as expected, which makes me beliece there is a mistake in the SpiDeviceDriver and SpiDriver objects, however after reading all the docs I could I did not find the mistake in my implementation, therefore I am wondering if there is a bug in those classes.
The text was updated successfully, but these errors were encountered:
I'm attempting to communicate between my esp32 and an ili9341 via SPI, however it seems none of the commands I send actually do anything. After testing a 'demo' code without the std I'm being led to believe there is something
The following is the current code using the std:
with non-std I have:
The non-std code works as expected, which makes me beliece there is a mistake in the
SpiDeviceDriver
andSpiDriver
objects, however after reading all the docs I could I did not find the mistake in my implementation, therefore I am wondering if there is a bug in those classes.The text was updated successfully, but these errors were encountered: