Is it possible to use esp-idf spi instead of ESP32 Arduino SPI.h, and still use Arduino Platform? #2816
Unanswered
kapyaar
asked this question in
Q&A - General
Replies: 0 comments
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.
-
Hello,
I have a use case where I have to stick to esp-idf spi, but still using Arduino platform. Is it possible that I can change the SPI read/write sections alone, and keep everything else the same? If so, can you kindly guide me as to which all files should I focus on, so I can try the changes and see if it works? I am using ST7735 display with ESP32.
I came across #2138 but in my case, I want to just use esp-idf spi, and stick to Arduino.
Beta Was this translation helpful? Give feedback.
All reactions