30 lines
1.5 KiB
YAML
30 lines
1.5 KiB
YAML
####################################################################################################
|
|
##### TX Ultimate Easy for ESPHome #####
|
|
##### Repository: https://github.com/edwardtfn/TX-Ultimate-Easy #####
|
|
####################################################################################################
|
|
##### Purpose: ESPHome Core - Hardware - Media player #####
|
|
####################################################################################################
|
|
##### Author: edwardtfn - https://github.com/edwardtfn - https://buymeacoffee.com/edwardfirmo #####
|
|
####################################################################################################
|
|
##### NOTE: #####
|
|
##### - Make changes ONLY if absolutely necessary and you have the required knowledge. #####
|
|
##### - For normal system use, modifications to this file are NOT required. #####
|
|
####################################################################################################
|
|
---
|
|
i2s_audio:
|
|
id: if_i2s_audio
|
|
i2s_bclk_pin: GPIO2
|
|
i2s_lrclk_pin: GPIO4
|
|
|
|
media_player:
|
|
- id: mp_media_player
|
|
name: Media Player
|
|
internal: false
|
|
platform: i2s_audio
|
|
i2s_dout_pin: GPIO15
|
|
i2s_audio_id: if_i2s_audio
|
|
i2s_comm_fmt: msb # Experimental - It was 'lsb' until v2024.12.12
|
|
dac_type: external
|
|
mode: mono
|
|
...
|