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

VS Code / VStudio implementation #48

Open
Krki012 opened this issue Dec 2, 2024 · 1 comment
Open

VS Code / VStudio implementation #48

Krki012 opened this issue Dec 2, 2024 · 1 comment

Comments

@Krki012
Copy link

Krki012 commented Dec 2, 2024

Hi, I'm a bit new to esp-idf and all this esp cloning so I'm here to seek help on how to implement this library in my project. Which files do I copy where, which do I leave out, what do I do in SDK (idk what that even is) etc. All of this relates to VSCode (VStudio is basically the same). I'd like to avoid esp-idf as a program as much as I can. Sorry to open the issue for something like this.

@nopnop2002
Copy link
Owner

nopnop2002 commented Dec 2, 2024

I don't use VS code\Vstudio.
Because they are too lacking in functionality.
Probably these cannot meet your needs.
Use bash.

cd esp-idf-st7789
cp -r components your_project
cd your_project
rm sdkconfig
idf.py menuconfig
idf.py build

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