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

also included new devices: 

- added onyx nova 3
- fixed onyx note 5
reviewable/pr8722/r1
Martín Fernández 2 years ago committed by GitHub
parent 16e3b2f0ac
commit d67d92bcab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,

@ -1 +1 @@
Subproject commit 489d84a0e3398f33c12309be9c820199f4035e28
Subproject commit f4423323f47cf711c9ae411b81c827c427cdb89f
Loading…
Cancel
Save