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

enable rp2040 for online_image (#7769)

This commit is contained in:
Kjell Braden
2024-11-20 19:29:48 +01:00
committed by GitHub
parent 846b091aac
commit 5e27a8df1f
3 changed files with 24 additions and 0 deletions

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