View Single Post
Old 10-28-2020, 07:39 PM   #336
ps67
Guru
ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.
 
Posts: 761
Karma: 7025686
Join Date: Aug 2017
Location: Italy
Device: Kindle Paperwhite, Kobo Elipsa, Pocketbook Inkpad 4, Inkpad Color
Well I tried to guess: I added these two lines
Code:
local PocketBook = Generic:new{
    canUseCBB = no,
    hasColorScreen = yes,
To the file frontend/device/pocketbook/device.lua

But nothing happened: no color.

Then I tried:

Code:
 display_dpi = 300,
    hasColorScreen = yes,
    canUseCBB = no, -- 24bpp
    hasCFAScreen = yes,
    isAlwaysPortrait = yes,
    usingForcedRotation = landscape_ccw,
But still no color. I tried but without somebody that really knows what to do and tell me it, I fear that all my efforts will be useless.
ps67 is offline   Reply With Quote