LVGL 9 ESP32 project using WT32-SC01 screen.
Hardware Monitor Tray by MayysterUFTD
Used for WiFi connectivity. Replace with your credentials.
#ifndef SECRETS_H
#define SECRETS_H
const char *ssid = "your_ssid";
const char *password = "your_password";
#endif