remove spaces from model names

pull/4325/head
Martín Fdez 6 years ago committed by Frans de Jonge
parent acfd21112f
commit 56a1b14418

@ -29,30 +29,30 @@ local Cervantes = Generic:new{
} }
-- Cervantes Touch -- Cervantes Touch
local CervantesTouch = Cervantes:new{ local CervantesTouch = Cervantes:new{
model = "Cervantes Touch", model = "CervantesTouch",
display_dpi = 167, display_dpi = 167,
} }
-- Cervantes TouchLight / Fnac Touch Plus -- Cervantes TouchLight / Fnac Touch Plus
local CervantesTouchLight = Cervantes:new{ local CervantesTouchLight = Cervantes:new{
model = "Cervantes TouchLight", model = "CervantesTouchLight",
display_dpi = 167, display_dpi = 167,
hasFrontlight = yes, hasFrontlight = yes,
} }
-- Cervantes 2013 / Fnac Touch Light -- Cervantes 2013 / Fnac Touch Light
local Cervantes2013 = Cervantes:new{ local Cervantes2013 = Cervantes:new{
model = "Cervantes 2013", model = "Cervantes2013",
display_dpi = 212, display_dpi = 212,
hasFrontlight = yes, hasFrontlight = yes,
} }
-- Cervantes 3 / Fnac Touch Light 2 -- Cervantes 3 / Fnac Touch Light 2
local Cervantes3 = Cervantes:new{ local Cervantes3 = Cervantes:new{
model = "Cervantes 3", model = "Cervantes3",
display_dpi = 300, display_dpi = 300,
hasFrontlight = yes, hasFrontlight = yes,
} }
-- Cervantes 4 -- Cervantes 4
local Cervantes4 = Cervantes:new{ local Cervantes4 = Cervantes:new{
model = "Cervantes 4", model = "Cervantes4",
display_dpi = 300, display_dpi = 300,
hasFrontlight = yes, hasFrontlight = yes,
hasNaturalLight = yes, hasNaturalLight = yes,

Loading…
Cancel
Save