-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
60 lines (60 loc) · 1.43 KB
/
platformio.ini
File metadata and controls
60 lines (60 loc) · 1.43 KB
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
[env:Esp32dev]
platform = espressif32
; build_src_filter = +<main.cpp>
board = esp32dev
framework = arduino
extra_scripts = pre:scripts/version.py
monitor_speed = 115200
monitor_echo = yes
monitor_filters =
-esp32_exception_decoder
-time
lib_ldf_mode = deep
build_flags =
-DUSER_SETUP_LOADED=1
-DILI9341_2_DRIVER=1
-DTFT_WIDTH=240
-DTFT_HEIGHT=320
-DTFT_MISO=12
-DTFT_MOSI=13
-DTFT_SCLK=14
-DTFT_CS=15
-DTFT_DC=2
-DTFT_RST=-1
-DTFT_BL=21
-DTFT_BACKLIGHT_ON=HIGH
-DLOAD_GLCD=1
-DLOAD_FONT2=1
-DLOAD_FONT4=1
-DLOAD_GFXFF=1
-DSMOOTH_FONT=1
-DSPI_FREQUENCY=55000000
-DSPI_READ_FREQUENCY=20000000
-DSPI_TOUCH_FREQUENCY=2500000
; -DLDR_DEBUG
; -DTOUCH_DEBUG
; --- GUIslice demo ---
-DUSER_CONFIG_LOADED=1
-DDRV_DISP_TFT_ESPI
-DDRV_TOUCH_HANDLER
-DDEBUG_ERR=1
-DGSLC_USE_PROGMEM=0
-DGSLC_USE_FLOAT=0
-DGSLC_LOCAL_STR=0
-DGSLC_LOCAL_STR_LEN=30
-DGSLC_TOUCH_MAX_EVT=1
-DGSLC_CLIP_EN=1
-DGSLC_BMP_TRANS_EN=1
-DGSLC_BMP_TRANS_RGB=0xFF,0x00,0xFF
-DGSLC_FEATURE_COMPOUND=1
-DGSLC_FEATURE_XTEXTBOX_EMBED=0
-DGSLC_FEATURE_INPUT=0
-DGSLC_SD_EN=0
-DGSLC_DEV_TOUCH=\"\"
-DGSLC_ROTATE=1
lib_deps =
bodmer/TFT_eSPI
https://github.com/tanmaywankar/Grobot_Animations.git
; bitbank2/JPEGDEC
https://github.com/hexeguitar/CYD28_Touchscreen.git
https://github.com/ImpulseAdventure/GUIslice.git