1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-31 07:03:55 +00:00

[inkplate] Rename component and fix grayscale (#10200)

Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Josip Šimun Kuči
2025-09-10 08:46:58 +02:00
committed by GitHub
parent d729dc20a8
commit 52a7e26c6d
11 changed files with 534 additions and 358 deletions

View File

@@ -0,0 +1,65 @@
i2c:
- id: i2c_inkplate
scl: 16
sda: 17
esp32:
cpu_frequency: 240MHz
display:
- platform: inkplate
id: inkplate_display
greyscale: false
partial_updating: false
update_interval: 60s
display_data_0_pin:
number: 1
allow_other_uses: true
display_data_1_pin:
number: 1
allow_other_uses: true
display_data_2_pin:
number: 1
allow_other_uses: true
display_data_3_pin:
number: 1
allow_other_uses: true
display_data_5_pin:
number: 1
allow_other_uses: true
display_data_4_pin:
number: 1
allow_other_uses: true
display_data_6_pin:
number: 1
allow_other_uses: true
display_data_7_pin:
number: 1
allow_other_uses: true
ckv_pin:
number: 1
allow_other_uses: true
sph_pin:
number: 1
allow_other_uses: true
gmod_pin:
number: 1
allow_other_uses: true
gpio0_enable_pin:
number: 1
allow_other_uses: true
oe_pin:
number: 1
allow_other_uses: true
spv_pin:
number: 1
allow_other_uses: true
powerup_pin:
number: 1
allow_other_uses: true
wakeup_pin:
number: 1
allow_other_uses: true
vcom_pin:
number: 1
allow_other_uses: true

View File

@@ -0,0 +1 @@
<<: !include common.yaml

View File

@@ -0,0 +1 @@
<<: !include common.yaml