-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathwt32-sc01-plus-base.yaml
104 lines (91 loc) · 1.96 KB
/
wt32-sc01-plus-base.yaml
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
esphome:
name: wt32-sc01-test
friendly_name: WT32-SC01 PLUS
platformio_options:
board_build.flash_mode: dio
esp32:
board: esp32-s3-devkitc-1
variant: ESP32S3
flash_size: 16MB
framework:
type: esp-idf
platform_version: 6.9.0
version: 5.3.0
sdkconfig_options:
CONFIG_ESP32S3_DEFAULT_CPU_FREQ_240: y
CONFIG_ESP32S3_DATA_CACHE_64KB: y
CONFIG_SPIRAM_FETCH_INSTRUCTIONS: y
CONFIG_ESP_TASK_WDT_TIMEOUT_S: "10"
psram:
mode: quad
speed: 80MHZ
external_components:
- source: github://clydebarrow/esphome@i8080
components: [ io_bus, i80 ]
refresh: 1h
- source: github://pr#6537
components: [ spi, ili9xxx ]
refresh: 1h
ota:
- platform: esphome
api:
logger:
hardware_uart: USB_SERIAL_JTAG
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
i2c:
sda: GPIO6
scl: GPIO5
id: touch_i2c
touchscreen:
- platform: ft63x6
id: device_touchscreen
interrupt_pin: GPIO7
transform:
swap_xy: true
mirror_x: true
i80:
- id: i80bus
dc_pin:
number: GPIO0
ignore_strapping_warning: true
wr_pin: GPIO47
data_pins:
- GPIO9
- number: GPIO46
ignore_strapping_warning: true
- number: GPIO3
ignore_strapping_warning: true
- GPIO8
- GPIO18
- GPIO17
- GPIO16
- GPIO15
display:
- platform: ili9xxx
id: device_display
model: ST7796
bus_type: i80
reset_pin: GPIO4
pixel_mode: 16bit
color_order: bgr
invert_colors: true
dimensions:
width: 480
height: 320
transform:
swap_xy: true
auto_clear_enabled: false
data_rate: 8MHz
output:
- platform: ledc
id: backlight_pwm
pin:
number: GPIO45
ignore_strapping_warning: true
light:
- platform: monochromatic
id: backlight
output: backlight_pwm
restore_mode: ALWAYS_ON