This commit is contained in:
Chris Cochrun 2025-07-02 08:10:40 -05:00
parent f2b8e8a280
commit a53fda923c
3 changed files with 278 additions and 64 deletions

View file

@ -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