Skip to content

Commit 2972ebe

Browse files
committed
Fix Vision Shield bitmap sketch
1 parent aa23053 commit 2972ebe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/Vision Shield to SD Card bmp/visionShieldBitmap/visionShieldBitmap.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ mbed::FATFileSystem fileSystem("fs");
88
HM01B0 himax;
99
Camera cam(himax);
1010

11+
FrameBuffer fb; // Buffer to save the capture
12+
1113
// Settings for our setup
1214
#define RES_H (unsigned int)240
1315
#define RES_W (unsigned int)320

0 commit comments

Comments
 (0)