修改代码语音控制LCD屏幕的亮度 (#165)

* 添加了嘟嘟电路板chatx

* 多写了一个空格。修改了一下

* 修改了屏幕的右边和下边有条纹的问题

* 修改屏幕亮度可以语言控制
This commit is contained in:
dujianmin
2025-02-15 00:30:36 +08:00
committed by GitHub
parent 5bce5c3f70
commit 3a2f6acc9a

View File

@@ -99,6 +99,7 @@ private:
void InitializeIot() { void InitializeIot() {
auto& thing_manager = iot::ThingManager::GetInstance(); auto& thing_manager = iot::ThingManager::GetInstance();
thing_manager.AddThing(iot::CreateThing("Speaker")); thing_manager.AddThing(iot::CreateThing("Speaker"));
thing_manager.AddThing(iot::CreateThing("Backlight"));
} }
public: public: