Skip to content

Commit

Permalink
Merge commit 'b1502661a84f40415d459d2047de3f7b0cc5e19a'
Browse files Browse the repository at this point in the history
  • Loading branch information
bitluni committed Feb 1, 2019
2 parents 9f9ca30 + b150266 commit 62b0fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Graphics/I2SVGA.cpp
Expand Up @@ -16,7 +16,7 @@ const int I2SVGA::MODE360x350[] = {16, 108, 56, 720, 11, 2, 32, 350, 2, 1, 28322
const int I2SVGA::MODE360x175[] = {16, 108, 56, 720, 11, 2, 32, 350, 2, 2, 28322000};
const int I2SVGA::MODE360x88[] = {16, 108, 56, 720, 11, 2, 31, 350, 2, 4, 28322000};

//not supported on all of my screens
//not supported on any of my screens
const int I2SVGA::MODE384x576[] = {24, 80, 104, 768, 1, 3, 17, 576, 2, 1, 34960000};
const int I2SVGA::MODE384x288[] = {24, 80, 104, 768, 1, 3, 17, 576, 2, 2, 34960000};
const int I2SVGA::MODE384x144[] = {24, 80, 104, 768, 1, 3, 17, 576, 2, 4, 34960000};
Expand Down

0 comments on commit 62b0fc3

Please sign in to comment.