Files
tactility/Drivers/es8311-module
Adolfo Reyna 4b7f82c38f feat(es3c28p,es3c35p): restore ES8311 42dB mic gain, font size, flash script
- Re-apply input-gain-percent (100 = no digital boost) + 42dB HW
  max mapping lost in the upstream merge (was 340953b1/7788415e)
- es3c35p: lvgl.fontSize=16 (text 12/16/22, launcher icons 42)
- Add flash-es3c.sh build+flash helper for 28p/35p
2026-09-11 23:59:03 -04:00
..
2026-07-14 08:34:29 +02:00
2026-07-14 08:34:29 +02:00
2026-07-14 08:34:29 +02:00

ES8311 audio codec

A driver for the ES8311 audio codec by Everest Semiconductor, wired as a dual in/out AUDIO_CODEC_TYPE device (speaker output + microphone input on the same chip). The I2C bus is the device's parent; the I2S controller carrying audio data is referenced via a devicetree phandle.

Wraps Espressif's esp_codec_dev ES8311 implementation.

See https://www.everest-semi.com/pdf/ES8311%20PB.pdf

License: Apache v2.0