You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search for the PlatformIO plugin in the Visual Studio Code extension and install it.
After the installation is complete, you need to restart Visual Studio Code
After restarting Visual Studio Code, select File in the upper left corner of Visual Studio Code -> Open Folder -> select the LilyGoLib-PlatformIO directory
Wait for the installation of third-party dependent libraries to complete
Click on the platformio.ini file, and in the platformio column
Select the board name you want to use in default_envs and uncomment it.
The default compiled sketch is main.cpp in the src directory. If you need to compile an example in LilyGoLib, uncomment one of the lines src_dir = examples/xxxxx to enable it and make sure only one line is valid.
Click the (✔) symbol in the lower left corner to compile