Skip to content

Commit

Permalink
Enable the right Aura viewport offset
Browse files Browse the repository at this point in the history
@geek1011's thumbnails findings pretty much confirm my hunche (aided by
the fact that the Kobo specs used to officialy list the screen
resolution with those 10 pixels chopped off).

c.f., shermp/Kobo-UNCaGED#9 (review)
  • Loading branch information
NiLuJe committed May 21, 2019
1 parent 4f8964c commit 06c6681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fbink_device_id.c
Original file line number Diff line number Diff line change
Expand Up @@ -580,8 +580,8 @@ static void
strncpy(deviceQuirks.devicePlatform, "Mark 6", sizeof(deviceQuirks.devicePlatform) - 1U);
break;
case 360: // Aura (phoenix)
// NOTE: The bottom 10 pixels *may* be blacked out by Nickel? (TBC!)
//deviceQuirks.koboVertOffset = -10;
// NOTE: The bottom 10 pixels are blacked out by Nickel (behind the bezel)
deviceQuirks.koboVertOffset = -10;
// NOTE: According to the nightmode hack, the Aura's kernel *may* be crashy w/ PxP inversion...
deviceQuirks.canHWInvert = false;
deviceQuirks.screenDPI = 212U;
Expand Down

0 comments on commit 06c6681

Please sign in to comment.