Skip to content

fujimen/WT32-SC01-PCmonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

PC Monitor

LVGL 9 ESP32 project using WT32-SC01 screen.

Parameters provider

Hardware Monitor Tray by MayysterUFTD

secret/secrets.h file:

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

About

PC parameters monitoring app on WT32-SC01

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published