You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/frontend/device
NiLuJe aec7594af5
Blacklist the C BB on devices where it cannot be used (#4989)
Either at all, or because it would impose reduced functionality.

Meaning:
* On 4bpp fb, because those are completely unsupported by the C BB
* On 24bpp fb, because it has limited support for that target format (no alpha blending).
* On 8bpp Linux eInk fb with an inverted palette (that's basically only the K4 ;)).
* On Linux eInk devices w/ no HW inversion support, as that would render NightMode inoperable.

That last point means that it's currently *always* blacklisted on PocketBook, because I don't have a PB device, so I don't know how safe HW inversion would be, meaning none of them are marked as being HW invert capable.

(I was a tiny bit hasty with https://github.com/koreader/koreader-base/pull/912 ;).)
5 years ago
..
android [Android] do not log verbose blitbuffer messages on release builds, unless specified in settings.lua. Keep debug builds as they are (#4933) 5 years ago
cervantes [fix] Update AutoWarmth state on resume (#4901) 5 years ago
dummy add dummy device & rename runtimectl:setDevice to runtimectl:init 5 years ago
generic Blacklist the C BB on devices where it cannot be used (#4989) 5 years ago
kindle Blacklist the C BB on devices where it cannot be used (#4989) 5 years ago
kobo Blacklist the C BB on devices where it cannot be used (#4989) 5 years ago
pocketbook Blacklist the C BB on devices where it cannot be used (#4989) 5 years ago
sdl [feat, UX] Add external link to Wallabag (#4863) 5 years ago
sony-prstux Slightly less crappy Nightmode (#4871) 5 years ago
gesturedetector.lua [fix] GestureDetector: fix typo in ges_coordinate_translation_90 (#4804) 5 years ago
input.lua Better-than-nothing key repeat handling. 5 years ago
key.lua Refactoring hardware abstraction 10 years ago
sysfs_light.lua Slightly less crappy Nightmode (#4871) 5 years ago