idk
This commit is contained in:
parent
f2b8e8a280
commit
a53fda923c
3 changed files with 278 additions and 64 deletions
22
display.yml
22
display.yml
|
@ -2,7 +2,7 @@ esphome:
|
|||
name: display
|
||||
|
||||
esp32:
|
||||
board: esp32dev
|
||||
board: nodemcu-32s
|
||||
framework:
|
||||
type: arduino
|
||||
|
||||
|
@ -28,18 +28,26 @@ wifi:
|
|||
|
||||
captive_portal:
|
||||
|
||||
psram:
|
||||
mode: octal
|
||||
speed: 80MHz
|
||||
# psram:
|
||||
# mode: octal
|
||||
# speed: 80MHz
|
||||
|
||||
spi:
|
||||
clk_pin: GPIO33
|
||||
mosi_pin: GPIO18
|
||||
miso_pin: GPIO19
|
||||
|
||||
# Example minimal configuration entry
|
||||
display:
|
||||
- platform: ili9xxx
|
||||
model: ili9486
|
||||
dc_pin: GPIOXX
|
||||
reset_pin: GPIOXX
|
||||
model: ili9488
|
||||
dc_pin: GPIO14
|
||||
reset_pin: GPIO16
|
||||
cs_pin: GPIO17
|
||||
invert_colors: false
|
||||
show_test_card: true
|
||||
color_palette: 8BIT
|
||||
data_rate: 80MHz
|
||||
dimensions:
|
||||
height: 320
|
||||
width: 480
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue