more devices
This commit is contained in:
parent
f844580d68
commit
f2b8e8a280
3 changed files with 212 additions and 0 deletions
45
display.yml
Normal file
45
display.yml
Normal file
|
@ -0,0 +1,45 @@
|
|||
esphome:
|
||||
name: display
|
||||
|
||||
esp32:
|
||||
board: esp32dev
|
||||
framework:
|
||||
type: arduino
|
||||
|
||||
# Enable logging
|
||||
logger:
|
||||
|
||||
# Enable Home Assistant API
|
||||
api:
|
||||
password: ""
|
||||
|
||||
ota:
|
||||
- platform: esphome
|
||||
password: ""
|
||||
|
||||
wifi:
|
||||
ssid: "Cochrun"
|
||||
password: "GreasyChicken784"
|
||||
|
||||
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||||
ap:
|
||||
ssid: "Display Fallback Hotspot"
|
||||
password: "RUfAhbEfZmOU"
|
||||
|
||||
captive_portal:
|
||||
|
||||
psram:
|
||||
mode: octal
|
||||
speed: 80MHz
|
||||
|
||||
# Example minimal configuration entry
|
||||
display:
|
||||
- platform: ili9xxx
|
||||
model: ili9486
|
||||
dc_pin: GPIOXX
|
||||
reset_pin: GPIOXX
|
||||
invert_colors: false
|
||||
show_test_card: true
|
||||
dimensions:
|
||||
height: 320
|
||||
width: 480
|
Loading…
Add table
Add a link
Reference in a new issue