mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 06:33:51 +00:00
Implement Media Player and I2S Media player (#3487)
This commit is contained in:
@@ -604,3 +604,12 @@ touchscreen:
|
||||
- logger.log:
|
||||
format: Touch at (%d, %d)
|
||||
args: ["touch.x", "touch.y"]
|
||||
|
||||
media_player:
|
||||
- platform: i2s_audio
|
||||
name: ${friendly_name}
|
||||
dac_type: external
|
||||
i2s_lrclk_pin: GPIO26
|
||||
i2s_dout_pin: GPIO25
|
||||
i2s_bclk_pin: GPIO27
|
||||
mute_pin: GPIO14
|
||||
|
||||
Reference in New Issue
Block a user