Print images upscaled

This commit is contained in:
fruchti 2018-08-23 13:39:45 +02:00
parent 3c84665f50
commit 0774ed43f5
5 changed files with 20 additions and 12 deletions

View file

@ -3,7 +3,7 @@
#include <stdlib.h>
#include "stm32f1xx.h"
#define CAMERA_IMAGE_WIDTH 176
#define CAMERA_IMAGE_WIDTH 160
#define CAMERA_IMAGE_HEIGHT 144
extern volatile int Camera_Captured;