From b53d4a80c38f2b33c3cf36dad10e3ff729a2818c Mon Sep 17 00:00:00 2001 From: Seb Date: Tue, 22 Nov 2011 11:35:27 +0100 Subject: [PATCH] fixed resolution --- firmware/sim/SDLMain.m | 2 +- firmware/sim/main.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/firmware/sim/SDLMain.m b/firmware/sim/SDLMain.m index 3d37989..2434f81 100644 --- a/firmware/sim/SDLMain.m +++ b/firmware/sim/SDLMain.m @@ -5,7 +5,7 @@ Feel free to customize this file to suit your needs */ -#include "SDL/SDL.h" +#include "SDL.h" #include "SDLMain.h" #include /* for MAXPATHLEN */ #include diff --git a/firmware/sim/main.h b/firmware/sim/main.h index 642bd85..27d29e3 100644 --- a/firmware/sim/main.h +++ b/firmware/sim/main.h @@ -3,8 +3,8 @@ #include -#define LED_WIDTH 8 -#define LED_HEIGHT 8 +#define LED_WIDTH 4 +#define LED_HEIGHT 5 #define SIMULATOR