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
This commit is contained in:
Adolfo Reyna
2026-09-11 23:59:03 -04:00
parent 6d55f0b200
commit 4b7f82c38f
7 changed files with 111 additions and 4 deletions
+1
View File
@@ -90,6 +90,7 @@
compatible = "everest,es8311";
reg = <0x18>;
i2s = <&i2s0>;
input-gain-percent = <100>;
};
};
+1
View File
@@ -16,6 +16,7 @@ display.shape=rectangle
display.dpi=165
lvgl.colorDepth=16
lvgl.fontSize=16
storage.userDataLocation=SD
+1
View File
@@ -86,6 +86,7 @@
compatible = "everest,es8311";
reg = <0x18>;
i2s = <&i2s0>;
input-gain-percent = <100>;
};
};