Page 1 of 1

Compiling arduino code with IDF

Posted: Fri Apr 14, 2017 1:55 am
by Duhjoker
Hi guys

I'm trying to learn about the esp32 dev board but I'm having trouble. I'm working on an Iot gaming device using an ili9341 and an esp32 board. My original library had 8266 support but no 32 support. So I've had to create a new library. The problem with the new library is that there is no frame buffer and I have no idea how to code one up.

Well I found Qemus esp32 looking for a frame buffer. Now it has both .cpp and .h files but I'm pretty sure it's an IDF thing since the build instructions are in Linux. So what I'm wondering is if I can compile my adafruit graphics library using the IDF so I would have access to include Qemus frame buffer.