yuan910715 / Esp8266_Wifi_Matrix_Clock

A Esp8266 wifi matrix clock
118 stars 28 forks source link

Scrolling data #9

Open sergeyshuma opened 1 year ago

sergeyshuma commented 1 year ago

Hello. It may not be relevant, but it seems to me that showing the date every time there is a scroll is not a very good idea, if we insert a scroll of text for say 30 seconds, we will see the date every time, since the date does not change so often, I think it would be more logical to add the ability to show the date after some time period, as well as settings for scrolling. Also, we have a delay (1sec) for scrolling date - I mean that the date scrolls, then there is a delay of 1 second, and then the text begins to scroll, after finish scroll text we do not have a delay for show the clock. Is it possible to add such a delay as an option in the settings?