An open API service indexing awesome lists of open source software.

https://github.com/celliesprojects/esp32_ntp_clock_lovyan


https://github.com/celliesprojects/esp32_ntp_clock_lovyan

Last synced: 11 months ago
JSON representation

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

![2 M5Stacks](ntp_clocks.png "NTP clocks")

![M5Stack and ESP32 Wrover kit](ntp_clocks2.png "NTP clocks")

## 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.