mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
remove spaces from model names
This commit is contained in:
committed by
Frans de Jonge
parent
acfd21112f
commit
56a1b14418
@@ -29,30 +29,30 @@ local Cervantes = Generic:new{
|
||||
}
|
||||
-- Cervantes Touch
|
||||
local CervantesTouch = Cervantes:new{
|
||||
model = "Cervantes Touch",
|
||||
model = "CervantesTouch",
|
||||
display_dpi = 167,
|
||||
}
|
||||
-- Cervantes TouchLight / Fnac Touch Plus
|
||||
local CervantesTouchLight = Cervantes:new{
|
||||
model = "Cervantes TouchLight",
|
||||
model = "CervantesTouchLight",
|
||||
display_dpi = 167,
|
||||
hasFrontlight = yes,
|
||||
}
|
||||
-- Cervantes 2013 / Fnac Touch Light
|
||||
local Cervantes2013 = Cervantes:new{
|
||||
model = "Cervantes 2013",
|
||||
model = "Cervantes2013",
|
||||
display_dpi = 212,
|
||||
hasFrontlight = yes,
|
||||
}
|
||||
-- Cervantes 3 / Fnac Touch Light 2
|
||||
local Cervantes3 = Cervantes:new{
|
||||
model = "Cervantes 3",
|
||||
model = "Cervantes3",
|
||||
display_dpi = 300,
|
||||
hasFrontlight = yes,
|
||||
}
|
||||
-- Cervantes 4
|
||||
local Cervantes4 = Cervantes:new{
|
||||
model = "Cervantes 4",
|
||||
model = "Cervantes4",
|
||||
display_dpi = 300,
|
||||
hasFrontlight = yes,
|
||||
hasNaturalLight = yes,
|
||||
|
||||
Reference in New Issue
Block a user