Back to Browse

Écran e-ink Waveshare (e-paper)

2.0K views
Jan 13, 2024
11:23

Faire fonctionner un écran e-ink avec ESPHome Code Yaml : web_server: font: #Google font - file: "gfonts://Lemon" id: lemon size: 23 image: - file: mdi:cat id: cat resize: 100x100 spi: clk_pin: D5 mosi_pin: D7 display: - platform: waveshare_epaper id: epaper cs_pin: D8 dc_pin: D2 busy_pin: D1 reset_pin: D4 model: 4.20in update_interval: never lambda: |- it.rectangle(5, 5, 395, 295); it.filled_circle(it.get_width() / 2, it.get_height() / 2, 50); text: - platform: template name: "text on epaper" id: text_epaper optimistic: true min_length: 0 max_length: 40 mode: text 0:00 Présentation de l'écran e-ink 1:47 Branchements et configuration 2:54 Rectangle + rond 3:39 Problèmes de mise à jour de l'affichage 5:30 Ajout du template Text 6:08 Ajout d'une Google font 7:03 Utilisation du component.update 8:18 Dynamisation du texte 9:18 Ajout d'images de la bibliothèque mdi

Download

0 formats

No download links available.

Écran e-ink Waveshare (e-paper) | NatokHD