demo clock on lilygo t display s3
-
Hi every body,
Where can I find the flip clock file of the lilygo t display S3 demo and how to modify it to have my wifi network connected directly ant the time of my location?
Many thanks in advance
-
@moumi32 examples / factory
or examples / arduino / factoryThis post has instructions with link to official repository and flashing instructions: https://community.lilygo.cc/post/295
There is also a GMT offset and DST (daylight savings) you can modify in the header file pin_config.h
Look at the timezone functions for esp32 and you'll see you can specify a timezone instead and forget about offsets, but requires changing one line.