Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed resolution
  • Loading branch information
Seb committed Nov 22, 2011
1 parent dd73691 commit b53d4a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion firmware/sim/SDLMain.m
Expand Up @@ -5,7 +5,7 @@
Feel free to customize this file to suit your needs Feel free to customize this file to suit your needs
*/ */


#include "SDL/SDL.h" #include "SDL.h"
#include "SDLMain.h" #include "SDLMain.h"
#include <sys/param.h> /* for MAXPATHLEN */ #include <sys/param.h> /* for MAXPATHLEN */
#include <unistd.h> #include <unistd.h>
Expand Down
4 changes: 2 additions & 2 deletions firmware/sim/main.h
Expand Up @@ -3,8 +3,8 @@


#include <stdint.h> #include <stdint.h>


#define LED_WIDTH 8 #define LED_WIDTH 4
#define LED_HEIGHT 8 #define LED_HEIGHT 5


#define SIMULATOR #define SIMULATOR


Expand Down

0 comments on commit b53d4a8

Please sign in to comment.