2
0
mirror of https://github.com/koreader/koreader synced 2024-11-10 01:10:34 +00:00
koreader/frontend/device/kindle
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 ;).)
2019-05-02 04:27:48 +02:00
..
device.lua Blacklist the C BB on devices where it cannot be used (#4989) 2019-05-02 04:27:48 +02:00
event_map_keyboard.lua [chore] Code cleanup : deprecate the 'Enter' event, replaced with 'Press' (#3815) 2018-03-30 23:22:18 +02:00
event_map_kindle4.lua Fix K4 key mappings 2015-09-06 16:19:00 +02:00
keyboard_layout.lua feat: support numeric input for keyboard only devices 2016-01-31 15:08:13 -08:00
powerd.lua Slightly less crappy Nightmode (#4871) 2019-04-08 23:05:08 +02:00