https://github.com/celliesprojects/esp32_ntp_clock_lovyan
https://github.com/celliesprojects/esp32_ntp_clock_lovyan
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/celliesprojects/esp32_ntp_clock_lovyan
- Owner: CelliesProjects
- Created: 2020-11-03T21:04:52.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2020-11-03T22:11:21.000Z (almost 6 years ago)
- Last Synced: 2025-04-19T17:00:23.002Z (over 1 year ago)
- Language: C++
- Size: 1.13 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# esp32_NTP_clock_Lovyan
A simple clock demo demonstrating the [LovyanGFX](https://github.com/lovyan03/LovyanGFX) graphics library.
## Supported boards
- M5Stack Grey and Fire
- ESP Wrover Kit


## How to use
1. Install [LovyanGFX](https://github.com/lovyan03/LovyanGFX) in the Arduino libraries folder.
2. Select your board by uncommenting `#define LGFX_M5STACK` or `#define LGFX_ESP_WROVER_KIT`.
3. Adjust the wifi and timezone settings.
4. Flash to your esp32.
## Libraries used
- Button v 1.0 by [Jack Christensen](https://github.com/JChristensen/JC_Button) licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License.