-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
69 lines (65 loc) · 1.99 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[platformio]
description = Research prototype for social interactions with werables
default_envs =
tdisplay
[env]
platform = espressif32
framework = arduino
board = esp32dev
board_build.partitions = no_ota_large_spiffs.csv
; upload_port = /dev/cu.usbserial-*
; monitor_port = /dev/cu.usbserial-*
monitor_speed = 115200
lib_deps =
painlessmesh/painlessMesh @ ^1.4.6
fastled/FastLED @ ^3.4.0
bodmer/TFT_eSPI @ ^2.3.59
bodmer/TJpg_Decoder@^0.0.3
bblanchon/StreamUtils@^1.6.0
https://github.com/eppfel/EasyButton.git ;fork of evert-arias/EasyButton @ ^2.0.1 ;p
https://github.com/eppfel/ArduinoTapTempo.git ;fork of dxinteractive/ArduinoTapTempo @ ^1.1
https://version.aalto.fi/gitlab/digi-haalarit/esp-mesh-badge-protocol.git
build_flags =
-D USER_SETUP_LOADED=1
-D ST7789_DRIVER=1
-D TFT_SDA_READ=1
-D TFT_WIDTH=135
-D TFT_HEIGHT=240
-D CGRAM_OFFSET=1
-D TFT_MOSI=19
-D TFT_SCLK=18
-D TFT_CS=5
-D TFT_DC=16
-D TFT_RST=23
-D TFT_BL=4
-D TFT_BACKLIGHT_ON=HIGH
-D LOAD_GLCD=1
-D LOAD_FONT2=1
-D LOAD_FONT4=1
-D LOAD_FONT6=1
-D LOAD_FONT7=1
-D LOAD_FONT8=1
-D LOAD_GFXFF=1
-D SMOOTH_FONT=1
-D SPI_FREQUENCY=40000000
-D SPI_READ_FREQUENCY=6000000
[env:tdisplay]
; src_build_flags = -include defaults.h -include tdisplay.h
src_build_flags = -include defaults.h -include tdisplay-strip.h
; upload_port = /dev/cu.usbserial-01E06076
; monitor_port = /dev/cu.usbserial-01E06076
; upload_port = /dev/cu.usbserial-01E063F5
; monitor_port = /dev/cu.usbserial-01E063F5
; upload_port = /dev/cu.usbserial-01E05ECD
; monitor_port = /dev/cu.usbserial-01E05ECD
; upload_port = /dev/cu.usbserial-01E05E92
; monitor_port = /dev/cu.usbserial-01E05E92