Laboris ESP32_new_spi_master_example help
Posted: Thu Apr 20, 2017 9:40 pm
Hi guys
I've been working on a gaming project that utilizes the ili9341 and almost any MCU. The library is an easy platform for creating 8-bit to 32-bit games. I've got several different libraries but I want to incorporate ESP32 into libraries. Thanks to another member I was able to find this page.................
https://github.com/search?q=esp32+ili93 ... positories
I'm interested in the examples and new esp32 drivers by loboris's but I'm not seeing how to use them. There is usually a .ino file in all the arduino stuff I use. Where do I put the new master drivers? Would I put them in my ili9341 library or do I stick them in the esp32 hardware folders some where. From the times listed it on the ili9341_esp32 driver page it seems to be way faster than the teensy's I've been using.
But what I really need is a frame buffer.
Any way how do I use this stuff?
Also how do include files from the esp32/cores/esp32/file? I tried all three plus the file, then cores/esp32/file and esp32/file but arduino refuses to find the file. I need pgmspace and sleep
I've been working on a gaming project that utilizes the ili9341 and almost any MCU. The library is an easy platform for creating 8-bit to 32-bit games. I've got several different libraries but I want to incorporate ESP32 into libraries. Thanks to another member I was able to find this page.................
https://github.com/search?q=esp32+ili93 ... positories
I'm interested in the examples and new esp32 drivers by loboris's but I'm not seeing how to use them. There is usually a .ino file in all the arduino stuff I use. Where do I put the new master drivers? Would I put them in my ili9341 library or do I stick them in the esp32 hardware folders some where. From the times listed it on the ili9341_esp32 driver page it seems to be way faster than the teensy's I've been using.
But what I really need is a frame buffer.
Any way how do I use this stuff?
Also how do include files from the esp32/cores/esp32/file? I tried all three plus the file, then cores/esp32/file and esp32/file but arduino refuses to find the file. I need pgmspace and sleep