Updated Installing on PlatformIO (markdown)

Dracir
2020-02-08 14:08:54 +01:00
parent 0e357d6e82
commit 711cfe0557

@@ -3,7 +3,7 @@ This guide will setup [TFT_eSPI](https://github.com/Bodmer/TFT_eSPI) for **Platf
### 1. Install PlatformIO
Go to [PlatformIO page](https://platformio.org/platformio-ide) and follow the instructions to install it into your favourite IDE.
In this guide we will use [VSCode](https://code.visualstudio.com/) as an example. Install instructions and guides for VSCode can be found [here](https://docs.platformio.org/en/latest/ide/vscode.html).
We will use [VSCode](https://code.visualstudio.com/) as an example. Install instructions and guides for VSCode can be found [here](https://docs.platformio.org/en/latest/ide/vscode.html).
### 2. Create a project
Follow [this guide](https://docs.platformio.org/en/latest/ide/vscode.html#quick-start) to setup your project. Once you are done open the platformio.ini file. You should see something like this: