View Single Post
Old 07-06-2018, 05:08 PM   #31
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
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
#
JIPG-reader is offline   Reply With Quote