A weather dashboard application built for the LilyGo E-paper display, providing real-time weather updates in a sleek and energy-efficient format.
- PlatformIO: Development platform for embedded systems.
- Programming Language: C++.
- Hardware: LilyGo E-paper display module.
- Clone the repository:
git clone https://github.com/chetangoel01/Weather.git - Set up your development environment with PlatformIO:
- Install PlatformIO.
- Open the project in PlatformIO IDE.
- Configure your weather API credentials:
- Replace placeholders in the code with your weather API key and location.
- Build and upload the code to your LilyGo E-paper device:
platformio run --target upload