android screen: decouple epd and color properties (#8717)

also included new devices: 

- added onyx nova 3
- fixed onyx note 5
This commit is contained in:
Martín Fernández
2022-01-24 16:01:33 +01:00
committed by GitHub
parent 16e3b2f0ac
commit d67d92bcab
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ local Device = Generic:new{
hasDPad = no,
hasExitOptions = no,
hasEinkScreen = function() return android.isEink() end,
hasColorScreen = function() return not android.isEink() end,
hasColorScreen = android.isColorScreen,
hasFrontlight = android.hasLights,
hasNaturalLight = android.isWarmthDevice,
canRestart = no,