forked from xiaozhi/xiaozhi-esp32
修改代码语音控制LCD屏幕的亮度 (#165)
* 添加了嘟嘟电路板chatx * 多写了一个空格。修改了一下 * 修改了屏幕的右边和下边有条纹的问题 * 修改屏幕亮度可以语言控制
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user