Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

使用和风天气API #48

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Fix typo
  • Loading branch information
chase535 committed Jul 8, 2024
commit 52b9753919479126ea311ddd6f5d054b48e7b652
2 changes: 1 addition & 1 deletion AIO_Firmware_PIO/src/driver/display.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ void Display::init(uint8_t rotation, uint8_t backLight)
tft->writecommand(ST7789_DISPON); // Display on
// tft->fillScreen(BLACK);

// 尝试读取屏幕数据作为屏幕检测的依旧
// 尝试读取屏幕数据作为屏幕检测的依据
// uint8_t ret = tft->readcommand8(0x01, TFT_MADCTL);
// Serial.printf("TFT read -> %u\r\n", ret);

Expand Down