Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue about ESP-IDF #3569

Open
LunaticLegacy opened this issue Nov 30, 2024 · 1 comment
Open

Issue about ESP-IDF #3569

LunaticLegacy opened this issue Nov 30, 2024 · 1 comment

Comments

@LunaticLegacy
Copy link

My IDE is VSCode and my enviromnent is ESP-IDF (v5.3.1). Once I included file:
#include "package/TFT_eSPI-master/TFT_eSPI.h"
My IDE told me that "Arduino.h" not found... What should I do?
(I meant, I want to use this in a non-Arduino environment)

@Krki012
Copy link

Krki012 commented Dec 17, 2024

Have you tried finding the Arduino.h by hand and including it as a file link?
e.g. #include "C:/Users/whoeverYouAre/Documents/Arduino/.../.../Arduino.h"
IDK the full path but something of that sort

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants