diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/chopper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/chopper.c b/apps/plugins/chopper.c index 15333c4..c5593d9 100644 --- a/apps/plugins/chopper.c +++ b/apps/plugins/chopper.c @@ -156,7 +156,7 @@ Still To do: #define LEVEL_MODE_NORMAL 0 #define LEVEL_MODE_STEEP 1 -#if LCD_WIDTH <= 112 +#if LCD_HEIGHT <= 64 #define CYCLETIME 100 #define SCALE(x) ((x)==1 ? (x) : ((x) >> 1)) #define SIZE 2 |