Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

What should I do if I want to use Arduino to compile? #5

Closed
zhouxule opened this issue Aug 31, 2023 · 1 comment
Closed

What should I do if I want to use Arduino to compile? #5

zhouxule opened this issue Aug 31, 2023 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@zhouxule
Copy link

Hi,
I only have VS (not VS code) and Arduino on my PC. How can I use Arduino to compile the program?

Thanks and best regards. :)

@grillbaer
Copy link
Owner

grillbaer commented Sep 5, 2023

Hi @zhouxule,

I recommend using VS Code and its PlatformIO plug-in. VS Code can be installed in parallel to Visual Studio without any problems, it is completely free and many developers really like it. Note that Visual Studio and VS Code are two completely independent IDEs with somehow similar names.

If you still want to try it with the Arduino IDE, I guess you need to install its ESP32 add-on and the libraries listed in this project's file platformio.ini (U8g2, 256dpi) by hand and copy the source files from the project's src folder to the IDE. Maybe it also complains about some #include statements in the project source files and you have to remove them or find the right way of handling. Since I have no real experience with the Arduino IDE, this is only guessing.

Best regards,
Holger

@grillbaer grillbaer added the question Further information is requested label Sep 5, 2023
@grillbaer grillbaer self-assigned this Sep 5, 2023
Repository owner locked and limited conversation to collaborators Sep 5, 2023
@grillbaer grillbaer converted this issue into discussion #6 Sep 5, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants