diff --git a/firmware/export/config/samsungypr0.h b/firmware/export/config/samsungypr0.h index cbc17567ec..1741dd9132 100644 --- a/firmware/export/config/samsungypr0.h +++ b/firmware/export/config/samsungypr0.h @@ -49,16 +49,9 @@ /* define this if you would like tagcache to build on this target */ #define HAVE_TAGCACHE -/* LCD dimensions - * - * overriden by configure for application builds */ -#ifndef LCD_WIDTH +/* LCD dimensions */ #define LCD_WIDTH 240 -#endif - -#ifndef LCD_HEIGHT #define LCD_HEIGHT 320 -#endif #define LCD_DEPTH 16 /* Check that but should not matter */ diff --git a/tools/configure b/tools/configure index f9a5869b6b..ee76ed73e2 100755 --- a/tools/configure +++ b/tools/configure @@ -3284,7 +3284,6 @@ fi target_id=78 modelname="samsungypr0" target="SAMSUNG_YPR0" - app_set_lcd_size 240 320 memory=32 uname=`uname` ypr0cc