Skip to content

Commit

Permalink
Kobo: Flag the Nia as Mk.7 (Oops.) (koreader#1325)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiLuJe authored and roygbyte committed Mar 2, 2022
1 parent 843d853 commit 3f2fcf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ffi/framebuffer_mxcfb.lua
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,8 @@ function framebuffer:init()
isMk7 = true
elseif self.device.model == "Kobo_storm" then
isMk7 = true
elseif self.device.model == "Kobo_luna" then
isMk7 = true
end
if isREAGL then
Expand Down

0 comments on commit 3f2fcf0

Please sign in to comment.