Skip to content

Commit 3f3d283

Browse files
authored
Add missing information for inkplate
1 parent 5d943bb commit 3f3d283

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

content/components/display/inkplate.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ display:
7272
- `inkplate_10`
7373
- `inkplate_6_plus`
7474
- `inkplate_6_v2`
75+
- `inkplate_5`
76+
- `inkplate_5_v2`
7577

7678
- **greyscale** (*Optional*, boolean): Makes the screen display 3 bit colors. Defaults to `false`
7779
- **partial_updating** (*Optional*, boolean): Makes the screen update partially, which is faster, but leaves burnin. Defaults to `false`
@@ -138,6 +140,7 @@ esphome:
138140
139141
esp32:
140142
board: esp-wrover-kit
143+
cpu_frequency: 240MHz
141144
142145
logger:
143146
@@ -237,6 +240,8 @@ font:
237240
id: helvetica_48
238241
size: 48
239242
243+
psram:
244+
240245
display:
241246
- platform: inkplate
242247
id: inkplate_display
@@ -398,7 +403,7 @@ display:
398403
greyscale: true
399404
partial_updating: false
400405
update_interval: never
401-
model: inkplate_5_v2
406+
model: inkplate_5 # or inkplate_5_v2
402407
403408
ckv_pin: 32
404409
sph_pin: 33

0 commit comments

Comments
 (0)