-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
platformio.ini
44 lines (37 loc) · 936 Bytes
/
platformio.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[env]
framework = arduino
lib_deps =
SPI
tcmenu/IoAbstraction@^4.0.2
tcmenu/tcUnicodeHelper@^1.0.0
tcmenu/LiquidCrystalIO@^1.4.3
bodmer/TFT_eSPI@^2.5.43
adafruit/Adafruit GFX Library@^1.11.9
adafruit/Adafruit BusIO@^1.16.1
adafruit/Adafruit FT6206 Library@^1.1.0
[env:megaatmega2560]
platform = atmelavr
board = megaatmega2560
lib_deps =
${env.lib_deps}
adafruit/Adafruit PCD8544 Nokia 5110 LCD library@^2.0.3
uipethernet/UIPEthernet@^2.0.12
adafruit/Adafruit ST7735 and ST7789 Library@^1.10.4
greiman/SSD1306Ascii@^1.3.5
[env:esp32dev]
platform = espressif32
board = esp32dev
lib_deps =
${env.lib_deps}
FS
SPIFFS
olikraus/U8g2@^2.35.17
adafruit/Adafruit ILI9341@^1.6.1
adafruit/Adafruit ST7735 and ST7789 Library@^1.10.4
[env:esp01_1m]
platform = espressif8266
board = esp01_1m
lib_deps =
${env.lib_deps}
ESP8266WiFi
olikraus/U8g2@^2.35.17