Merge pull request #100 from XiaochaoGONG/master

add framesize 240x240
This commit is contained in:
Me No Dev
2019-12-11 10:15:44 +02:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ typedef enum {
FRAMESIZE_QQVGA2, // 128x160
FRAMESIZE_QCIF, // 176x144
FRAMESIZE_HQVGA, // 240x176
FRAMESIZE_240x240, // 240x240
FRAMESIZE_QVGA, // 320x240
FRAMESIZE_CIF, // 400x296
FRAMESIZE_VGA, // 640x480

View File

@@ -5,6 +5,7 @@ const int resolution[][2] = {
{ 128, 160 }, /* QQVGA2*/
{ 176, 144 }, /* QCIF */
{ 240, 176 }, /* HQVGA */
{ 240, 240 }, /* 240x240 */
{ 320, 240 }, /* QVGA */
{ 400, 296 }, /* CIF */
{ 640, 480 }, /* VGA */