Quote:
Originally Posted by JIPG-reader
Just a question: Can the patch `Clock display duration` be changed to allow longer delay times (or just left the hour there for ever)?.
I have not seen any relationship with the values provided in previous firmwares. In fact now, there are two values to be changed (accordingly?).
|
See the last line of the patch:
Code:
# Replacement value: Clock display duration (in multiples of 1.024 seconds):
replace_int = 9FA44E, 3, 5
The default value is 5 seconds (actually, 5 * 1.024 = 5.12 seconds), but you can change the
5 to any number in the range 0-255. I have only tested in the range 1-10, but you can try other values and see if it works.