17-11-2015, 19:57
I thought that you were using an LCD display, now I understand you are using the 1.8 TFT display.
Despite the changes you made may have solved the problem, the code that deal with displaying the clock on the TFT display, is not that piece of code.
Indeed there is an error in the display clock routines for the TFT display. Thank you for having spotted that. As the TFT display cannot be used together with the data logger function, currently it is used only by very few people, and I forgot to check the code for it.
I suggest you to do just a small change in latest RX v1.5 b013 code.
In D_TFT sketch, add this line after line 198
I'm away from home so I can't test it right now, please let me know if this change works.
Despite the changes you made may have solved the problem, the code that deal with displaying the clock on the TFT display, is not that piece of code.
Indeed there is an error in the display clock routines for the TFT display. Thank you for having spotted that. As the TFT display cannot be used together with the data logger function, currently it is used only by very few people, and I forgot to check the code for it.
I suggest you to do just a small change in latest RX v1.5 b013 code.
In D_TFT sketch, add this line after line 198
Code:
static byte last_min;I'm away from home so I can't test it right now, please let me know if this change works.

