loboris / ESP32_TFT_library

Full featured TFT library for ESP32 with demo application
564 stars 219 forks source link

Symbol 'LB_SPI_DEVICE_HALFDUPLEX' could not be resolved #57

Closed MichaelVLV closed 6 years ago

MichaelVLV commented 6 years ago

I'm using idf v3.1 (stable) and I've got this error in eclipse (2018 09 build)

Symbol 'LB_SPI_DEVICE_HALFDUPLEX' could not be resolved at tft_demo.c (line 1299)

https://github.com/loboris/ESP32_TFT_library/blob/master/main/tft_demo.c#L1299

Project compiles without issues, just this define cant be find. I can make go to this definition aswell (clicking with pressed CTRL). esp32_tft_issue

MichaelVLV commented 6 years ago

I've resolved this by doing next steps: In options [C/C+ General -> Indexer]

set option "Allow heuristic resolution of includes"

esp32_tft_solve "