MoonModules / WLED

Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! MoonModules adds features on top of upstream.
https://mm.kno.wled.ge
GNU General Public License v3.0
202 stars 64 forks source link

ES8388 LyraT Fixes #39

Closed troyhacks closed 1 year ago

troyhacks commented 1 year ago

Optional mic at compile time (set in code)

Fixes to a small volume drop on pass-thru on the LyraT on one stereo channel. Unknown as to why this happens in the hardware.

Moved all registry numbers to decimal and all settings to binary format to make it easier to cross-reference the manuals which all shows decimal and binary. Tried to document all settings in-line as best as I can.

Added some more docs to the comments as hints for those who might want to do further hacking. :)

netmindz commented 1 year ago

Just tested and pass-thru working (at least to some extent, not verified left/right balance etc)

Just the naming that build flag and I'd say good to merge