Skip to content

Instantly share code, notes, and snippets.

esphome:
name: esp32-s3-touch-lcd-185
friendly_name: esp32-s3-touch-lcd-1.85
on_boot:
priority: 600
then:
- lambda: |-
uint8_t config[2];
// 🔹 Gyro + Accel aus Standby holen
@petergr20
petergr20 / mdi_glyph_substitutions.yaml
Created September 1, 2025 15:03 — forked from Slalamander/mdi_glyph_substitutions.yaml
mdi icon substitutions for ESPHome
##Allows using mdi icons in esphome configs without having to look up the unicode value
##Uses the substitution engine to substitute the icon with the unicode. This means it is limited to a valid substitution format
##So instead of the home assistant mdi: way, icons are prefixed with mdi_. Slashes are also not allowed, so those are replaced with underscores as well.
mdi_ab_testing: "\U000F01C9"
mdi_abacus: "\U000F16E0"
mdi_abjad_arabic: "\U000F1328"
mdi_abjad_hebrew: "\U000F1329"
mdi_abugida_devanagari: "\U000F132A"
mdi_abugida_thai: "\U000F132B"