Register / Login  |  Desktop view  |  Jump to bottom of page

tcMenu Arduinio library » Displaying Clock and Date in 16x2 display

Author: erhanzeyrek
27/01/2020 18:57:47
Hi!

Is there a way to display date and time in same menu on 16x2 lcd? Also don't need to displaying application name on root menu. I want to display date and time in here.

Thanks in advance!

Author: davetcc
28/01/2020 10:28:34
There is no inbuilt date type, you'd just need to use a text field and present it however you wished.

There are two options, you can take over the display when it is idle and present the date and time, see the packaged example showing how to do this. Or you could change the behaviour of the default renderer yourself.

https://www.thecoderscorner.com/products/arduino-libraries/tc-menu/customise-menu-input-display-plugin/

Author: erhanzeyrek
03/02/2020 18:27:32
Hi davetcc!

Thank you for answer and creating this awesome library. It is very useful for my hobby projects. Takeover display example is very good point for me.




Register / Login  |  Desktop view  |  Jump to top of page