diff --git a/apps/plugins/chopper.c b/apps/plugins/chopper.c index 15333c4a99..c5593d948c 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