pocketbook: warmth lights support (#6531)

* also enables natural light controls for the emulator
This commit is contained in:
Martín Fernández
2020-08-19 22:41:10 +02:00
committed by GitHub
parent 01ed79fb92
commit b9ffb2e0d0
6 changed files with 116 additions and 61 deletions

View File

@@ -41,6 +41,7 @@ local Device = {
hasFrontlight = no,
hasNaturalLight = no, -- FL warmth implementation specific to NTX boards (Kobo, Cervantes)
hasNaturalLightMixer = no, -- Same, but only found on newer boards
hasNaturalLightApi = no,
needsTouchScreenProbe = no,
hasClipboard = yes, -- generic internal clipboard on all devices
hasEinkScreen = yes,