View Single Post
Old 12-16-2017, 07:41 AM   #19
JIPG-reader
Zealot
JIPG-reader does all things with Zen-like beautyJIPG-reader does all things with Zen-like beautyJIPG-reader does all things with Zen-like beautyJIPG-reader does all things with Zen-like beautyJIPG-reader does all things with Zen-like beautyJIPG-reader does all things with Zen-like beautyJIPG-reader does all things with Zen-like beautyJIPG-reader does all things with Zen-like beautyJIPG-reader does all things with Zen-like beautyJIPG-reader does all things with Zen-like beautyJIPG-reader does all things with Zen-like beauty
 
JIPG-reader's Avatar
 
Posts: 113
Karma: 32126
Join Date: Dec 2017
Location: Madrid (Spain)
Device: Kobo Aura H2O Ed2, Onyx Boox C67ML
Quote:
Originally Posted by GeoffR View Post
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.
Ok. The question was related to the other line that is above the one you mention:
Code:
## This patch changes the length of time the clock is displayed to 5 seconds.

replace_bytes = 9FA44E, 40 F6 B8 31, 03 21 89 02
Is it necessary to change also this line? and , are the values related to the other one (e.g. 03 21 89 02 vs 5)?
JIPG-reader is offline   Reply With Quote