mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
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:
@@ -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,
|
||||
|
||||
Submodule platform/android/luajit-launcher updated: 489d84a0e3...f4423323f4
Reference in New Issue
Block a user