@loboris
Hi, good that you ran into the same problem/errors, that gives a focus to find a solution. What would be your time estimate to solving this puzzle?
Regards,
Stefan
Search found 7 matches
- Fri Dec 01, 2017 12:07 pm
- Forum: Sample Code
- Topic: ILI9341 not working
- Replies: 17
- Views: 61198
- Tue Nov 28, 2017 11:18 am
- Forum: Sample Code
- Topic: ILI9341 not working
- Replies: 17
- Views: 61198
Re: ILI9341 not working
@loboris Hi Loboris, Thanks for adding the SD card example to the tft example! I have tried and the tft.example works. When i try to load one of the test images from the sd card i get the following errors. Display: ILI9341: PORTRAIT 240,320 Color E (8361) sdspi_host: data CRC failed, got=0xa17f expe...
- Mon Nov 27, 2017 10:55 am
- Forum: Sample Code
- Topic: ILI9341 not working
- Replies: 17
- Views: 61198
Re: ILI9341 not working
@loboris Hi loboris, To be sure I tested again by combining the original SD-card example with your newest tft demo. I get the errors below. It shows that there are still conflicts betwee spi_master and spi_master_lobo. Hopes this helps to resolve the issue. Regards, Stefan $ make all CC build/main/t...
- Thu Nov 23, 2017 3:37 pm
- Forum: Sample Code
- Topic: ILI9341 not working
- Replies: 17
- Views: 61198
Re: ILI9341 not working
@loboris Hi, Thank you for your quick reply and action! Really great. I have implemented your changes, but i get some new errors. See below. Hopefully it will help to solve the issue. Thanks! Regards, Stefan CC build/main/main.o In file included from C:/msys32/home/stefan/esp/esp-idf/components/driv...
- Tue Nov 21, 2017 10:20 am
- Forum: Sample Code
- Topic: ILI9341 not working
- Replies: 17
- Views: 61198
Re: ILI9341 not working
Hi Loboris, I am trying to combine the SD card example code (included in the esp-idf) with the ili9341 TFT library to display my images to the screen from the SD-card. I had the SD card example working both in SPI mode and SDMMC mode, but want to use the SPI mode, because it takes up less connection...
- Thu Oct 26, 2017 8:17 am
- Forum: Sample Code
- Topic: ILI9341 not working
- Replies: 17
- Views: 61198
Re: ILI9341 not working
loboris wrote:It is caused by the latest changes in esp-idf.Zwegogo wrote: I am also trying to hook-up my Esp32 to the ILI9341
For now, just comment the line 836 in components/spiffs/spiffs_vfs.c
The fix will be pushed soon (I'm working on some other changes too).
Thank you Loboris, that did the trick!
- Wed Oct 25, 2017 2:56 pm
- Forum: Sample Code
- Topic: ILI9341 not working
- Replies: 17
- Views: 61198
Re: ILI9341 not working
Hi, I am also trying to hook-up my Esp32 to the ILI9341 I am trying to build and flash the ESP32_TFT_library to my ESP32, but i am getting the same error over and over. (i am on windows 10 and using Mingw32). I have the latest version of the esp-idf from git and also your latests update of the ESP32...