

This example run on ESP32 (WEMOS Lolin32 with integrated SSD1306/OLED driver). The following video show how to install library in PlatformIO, for I2C SSD1306 OLED driver for ESP8266/ESP32. With PlatformIO IDE installed, you can also program ESP8266/ESP32 board of Arduino framework. ~ TFT Touch Screen shield (ILI9341 8 bit) + Uno, calibration and simple touch drawing example. ~ 2.8" 320*240 TFT Touch Screen shield (ILI9341 8 bit I/F) on Uno, using MCUFRIEND_kbv and Adafruit GFX Libraries Open platformio.ini and add the code:Īlso have to add permission of the USB port to user. May be you have to specify the upload port in platformio.ini. For Arduino Uno, steps refer to the above video.

Now you can select PlatformIO on the left, and create a New Project. If you report with error of ModuleNotFoundError: No module named 'distutils.***'Įnter the command to install python3-distutils:Ĭlose and restart VS Code to complete installation.

Before install, you can see a Install button.) (This screen shot after PlatformIO IDE installed. In VS Code, select Extensions tab, enter platformIo in the search box, and click to install platformIO IDE. deb version for Ubuntu.Īfter downloaded, open Terminal and switch to the downloaded folder and run the command to install VS Code: Visit Visual Studio Code download page to download. And also set upload port in platformio.ini and add USB permission to user. This video show how to install VS Code/PlatformIO IDE on Ubuntu 20.04 (run on Windows 10/VirtualBox), to program Arduino.
