Index: apps/plugins/xobox.c =================================================================== --- apps/plugins/xobox.c (revision 14672) +++ apps/plugins/xobox.c (working copy) @@ -151,7 +152,7 @@ #define MOVE_UL ( DIR_U | DIR_L ) #define MOVE_UUL ( DIR_UU | DIR_L ) -#if (LCD_WIDTH>112) && (LCD_HEIGHT>64) +#if (LCD_WIDTH>112) && (LCD_HEIGHT>80) # define CUBE_SIZE 8 /* 8x22=176 */ # define pos(a) ((a)>>3) #else Index: apps/plugins/chopper.c =================================================================== --- apps/plugins/chopper.c (revision 14672) +++ apps/plugins/chopper.c (working copy) @@ -94,7 +95,7 @@ #define LEVEL_MODE_NORMAL 0 #define LEVEL_MODE_STEEP 1 -#if LCD_WIDTH <= 112 +#if (LCD_WIDTH <= 112) || (LCD_HEIGHT <= 80) #define CYCLETIME 100 #define SCALE(x) ((x)==1 ? (x) : ((x) >> 1)) #define SIZE 2