1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 19:02:18 +01:00

Merge branch 'dev' into vornado-ir

This commit is contained in:
Jordan Zucker
2024-11-20 12:33:42 -08:00
18 changed files with 89 additions and 3 deletions

View File

@@ -58,3 +58,6 @@ display:
on_page:
then:
lambda: 'ESP_LOGD("display","Display shows new page %u", x);'
on_buffer_overflow:
then:
logger.log: "Nextion reported a buffer overflow!"

View File

@@ -58,3 +58,6 @@ display:
on_page:
then:
lambda: 'ESP_LOGD("display","Display shows new page %u", x);'
on_buffer_overflow:
then:
logger.log: "Nextion reported a buffer overflow!"

View File

@@ -58,3 +58,6 @@ display:
on_page:
then:
lambda: 'ESP_LOGD("display","Display shows new page %u", x);'
on_buffer_overflow:
then:
logger.log: "Nextion reported a buffer overflow!"

View File

@@ -58,3 +58,6 @@ display:
on_page:
then:
lambda: 'ESP_LOGD("display","Display shows new page %u", x);'
on_buffer_overflow:
then:
logger.log: "Nextion reported a buffer overflow!"

View File

@@ -58,3 +58,6 @@ display:
on_page:
then:
lambda: 'ESP_LOGD("display","Display shows new page %u", x);'
on_buffer_overflow:
then:
logger.log: "Nextion reported a buffer overflow!"

View File

@@ -53,3 +53,6 @@ display:
on_page:
then:
lambda: 'ESP_LOGD("display","Display shows new page %u", x);'
on_buffer_overflow:
then:
logger.log: "Nextion reported a buffer overflow!"

View File

@@ -0,0 +1,19 @@
<<: !include common.yaml
spi:
- id: spi_main_lcd
clk_pin: 18
mosi_pin: 19
miso_pin: 16
display:
- platform: ili9xxx
id: main_lcd
model: ili9342
cs_pin: 20
dc_pin: 17
reset_pin: 21
invert_colors: true
lambda: |-
it.fill(Color(0, 0, 0));
it.image(0, 0, id(online_rgba_image));

View File

@@ -0,0 +1,4 @@
<<: !include common-rp2040.yaml
http_request:
verify_ssl: false