1
0
mirror of https://github.com/Enne2/Led-Monitor-2.git synced 2026-08-06 07:55:42 +00:00

6 Commits

Author SHA1 Message Date
Matteo Benedetto 420ac53b1e Fix image file extension in README for correct display 2025-05-03 17:21:21 +02:00
Matteo Benedetto 2ff04f05b5 Refactor code structure for improved readability and maintainability 2025-05-03 17:17:06 +02:00
Matteo Benedetto 1abf99a4d1 Add .gitkeep file to images directory for tracking empty folder 2025-05-03 17:15:34 +02:00
Matteo Benedetto c51ed54941 Refactor README: enhance project details, clarify features, and improve installation instructions 2025-05-03 16:24:36 +02:00
Matteo Benedetto 9a74e9a4ac Update project structure: add README and example credentials, remove sensitive credentials file 2025-05-03 16:15:27 +02:00
Matteo Benedetto dbc81db288 Add initial project structure and functionality for LED matrix display
- Created .gitignore to exclude build and configuration files.
- Added .vscode/extensions.json for recommended extensions.
- Introduced README files in include and lib directories to explain usage of header files and libraries.
- Configured platformio.ini for ESP32 development environment.
- Implemented credentials.h for WiFi configuration.
- Developed text_display.cpp and text_display.h for displaying text on the LED matrix.
- Created matrix_rain.cpp and matrix_rain.h for rain effect simulation on the matrix.
- Added font3x5_digits.h and font5x7.h for character representation.
- Implemented main.cpp to initialize the matrix and handle WiFi connections.
- Developed time_utils.cpp and time_utils.h for time formatting functions.
- Created wifi_manager.cpp and wifi_manager.h for managing WiFi connections and NTP synchronization.
- Added README in test directory for PlatformIO Test Runner and project tests.
2025-05-03 16:15:11 +02:00