From 3a2f6acc9a57a3be4b819cc28a74c8b20a76d901 Mon Sep 17 00:00:00 2001 From: dujianmin <37128852+dujianmin@users.noreply.github.com> Date: Sat, 15 Feb 2025 00:30:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=A0=81=E8=AF=AD?= =?UTF-8?q?=E9=9F=B3=E6=8E=A7=E5=88=B6LCD=E5=B1=8F=E5=B9=95=E7=9A=84?= =?UTF-8?q?=E4=BA=AE=E5=BA=A6=20=20(#165)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 添加了嘟嘟电路板chatx * 多写了一个空格。修改了一下 * 修改了屏幕的右边和下边有条纹的问题 * 修改屏幕亮度可以语言控制 --- main/boards/du-chatx/du-chatx-wifi.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/main/boards/du-chatx/du-chatx-wifi.cc b/main/boards/du-chatx/du-chatx-wifi.cc index 854b5f7d..896311ac 100644 --- a/main/boards/du-chatx/du-chatx-wifi.cc +++ b/main/boards/du-chatx/du-chatx-wifi.cc @@ -99,6 +99,7 @@ private: void InitializeIot() { auto& thing_manager = iot::ThingManager::GetInstance(); thing_manager.AddThing(iot::CreateThing("Speaker")); + thing_manager.AddThing(iot::CreateThing("Backlight")); } public: