Skip to content

Commit

Permalink
修改代码语音控制LCD屏幕的亮度 (#165)
Browse files Browse the repository at this point in the history
* 添加了嘟嘟电路板chatx

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

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

* 修改屏幕亮度可以语言控制
  • Loading branch information
dujianmin authored Feb 14, 2025
1 parent 5bce5c3 commit 3a2f6ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/boards/du-chatx/du-chatx-wifi.cc
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ class DuChatX : public WifiBoard {
void InitializeIot() {
auto& thing_manager = iot::ThingManager::GetInstance();
thing_manager.AddThing(iot::CreateThing("Speaker"));
thing_manager.AddThing(iot::CreateThing("Backlight"));
}

public:
Expand Down

1 comment on commit 3a2f6ac

@molun
Copy link

@molun molun commented on 3a2f6ac Feb 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

是不是也可以实现语音调节音量大小

Please sign in to comment.