Quote:
Originally Posted by JIPG-reader
I have a doubt about the line space patches. At the beginning you had the patch `My 15 line spacing values`, but now there are two, with 10 or 24 values.
I would like to use the original number of values, but changing them, so abusing of your kindness, I would like to ask you about any hints you can provide to do it.
|
These are the changes (in
red) that will make the `My 24 line spacing values` patch behave the same as the `My 15 line spacing values` patch did in firmware 3.19.5761:
Code:
#
#
# Replacement value: the number of initial line spacing values to exclude from
# the line spacing slider; minimum 0, maximum 13. E.g. 9 will result in a
# slider with 15 positions, starting from the 10th replace_float value below.
replace_int = 659D66, 0, 9
#
# 24 replacement line spacing values: change these replace_float values to suit
# your device and preferences:
#
base_address = 659D80
replace_float = 0000, 1.0, 0.75
replace_float = 0008, 1.0, 0.78
replace_float = 0010, 1.0, 0.8
replace_float = 0018, 1.0, 0.82
replace_float = 0020, 1.0, 0.84
replace_float = 0028, 1.0, 0.86
replace_float = 0030, 1.0, 0.88
replace_float = 0038, 1.0, 0.9
replace_float = 0040, 1.0, 0.92
replace_float = 0048, 1.0, 0.7
replace_float = 0050, 1.0, 0.75
replace_float = 0058, 1.0, 0.8
replace_float = 0060, 1.0, 0.82
replace_float = 0068, 1.0, 0.84
base_address = 659F20
replace_float = 0000, 1.05, 0.86
replace_float = 0008, 1.07, 0.88
replace_float = 0010, 1.1, 0.9
replace_float = 0018, 1.35, 0.92
replace_float = 0020, 1.7, 0.94
replace_float = 0028, 1.8, 0.96
replace_float = 0030, 2.2, 0.98
replace_float = 0038, 2.4, 1.0
replace_float = 0040, 2.6, 1.05
replace_float = 0048, 2.8, 1.1
#