Page 1 of 1

Laboris ESP32_new_spi_master_example help

Posted: Thu Apr 20, 2017 9:40 pm
by Duhjoker
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

Re: Laboris ESP32_new_spi_master_example help

Posted: Sat Apr 22, 2017 12:19 am
by Duhjoker
Also....

What are HAL locks and how do I disable them?

Re: Laboris ESP32_new_spi_master_example help

Posted: Mon Apr 24, 2017 10:52 pm
by Duhjoker
Hello!????

Re: Laboris ESP32_new_spi_master_example help

Posted: Tue Apr 25, 2017 2:11 am
by ESP_Sprite
What problem do you have that causes you to need to disable HAL locks, even if you do not even know what they are?

Re: Laboris ESP32_new_spi_master_example help

Posted: Tue Apr 25, 2017 3:25 am
by Duhjoker
It said it was faster. But right now I'm just trying to get a picture to show up on my ili9341 TFT. The board I'm using doesn't have much documentation that I can find and I've been going else where but they ended thier knowledge last week.

Re: Laboris ESP32_new_spi_master_example help

Posted: Tue Apr 25, 2017 6:22 am
by ESP_Sprite
Wrt Arduino, I can't help you, I fear. If you just want to get something to work, however, there's a SPI-master example in the esp-idf that controls an ILI9341 LCD. Maybe you can use that to check your hardware.

Re: Laboris ESP32_new_spi_master_example help

Posted: Wed Apr 26, 2017 9:10 am
by Duhjoker
Would you happen to know a dealer thst sells the regular boards you manufacture but with out pins soldered to the board?