Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BufferedSerial
Diff: main.cpp
- Revision:
- 1:509676f3be32
- Parent:
- 0:f3f80a0695ff
- Child:
- 2:e98408458d2b
--- a/main.cpp Fri Feb 17 13:07:18 2012 +0000 +++ b/main.cpp Fri Feb 17 15:06:15 2012 +0000 @@ -20,6 +20,8 @@ Serial pc(USBTX,USBRX) ; Timer t; +#undef QQVGA + #ifdef QQVGA # define SIZEX (160) # define SIZEY (120) @@ -34,9 +36,9 @@ camera.Reset() ; #ifdef QQVGA - camera.InitQQVGA565() ; + camera.InitQQVGA565(true,false) ; #else - camera.InitQVGA565() ; + camera.InitQVGA565(true,false) ; #endif // CAPTURE and SEND LOOP