Explicitly set `hasColorScreen = no` for B&W devices

See the discussion in 279a9d9fde (r1546370061).
reviewable/pr11608/r1
Denis Malinovsky 2 months ago committed by GitHub
parent 42c93a7623
commit 9c24b0ddaf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -67,6 +67,9 @@ local PocketBook = Generic:extend{
-- Will be set appropriately at init
isB288SoC = no,
-- Most of the devices are B&W.
hasColorScreen = no,
-- Private per-model kludges
_fb_init = function() end,
_model_init = function() end,

Loading…
Cancel
Save