View Single Post
Old 12-02-2014, 09:56 PM   #219
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
Quote:
Originally Posted by sage79 View Post
is it possible have custom 10 line space value patch?
Thanks
Here it is:
Spoiler:
Code:
<Patch>
patch_name = `My 10 line spacing values` 
patch_enable = `yes`
replace_bytes = 691DC8, A1 F5 92 ED, 00 46 00 46
replace_bytes = 691E1E, A1 F5 68 ED, 00 46 00 46
replace_bytes = 691E48, A1 F5 52 ED, 00 46 00 46
replace_bytes = 691E84, A1 F5 34 ED, 00 46 00 46
replace_bytes = 691EEA, A1 F5 02 ED, 00 46 00 46
#
# 10 values for replacement
replace_float = 691F78, 1.05, 0.75
replace_float = 691F80, 1.07, 0.8
replace_float = 691F88, 1.1, 0.84
replace_float = 691F90, 1.35, 0.86
replace_float = 691F98, 1.7, 0.88
replace_float = 691FA0, 1.8, 0.9
replace_float = 691FA8, 2.2, 0.92
replace_float = 691FB0, 2.4, 0.94
replace_float = 691FB8, 2.6, 0.96
replace_float = 691FC0, 2.8, 1.0
</Patch>
GeoffR is offline   Reply With Quote