diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h index 5db6bb9ec4..73ac7ce17a 100644 --- a/firmware/export/config/sansafuzev2.h +++ b/firmware/export/config/sansafuzev2.h @@ -165,7 +165,7 @@ #define CURRENT_RECORD CURRENT_NORMAL /* Define this to the CPU frequency */ -#define CPU_FREQ 240000000 +#define CPU_FREQ 40000000 /* Type of LCD */ #define CONFIG_LCD LCD_FUZE diff --git a/firmware/target/arm/as3525/clock-target.h b/firmware/target/arm/as3525/clock-target.h index 21a105732a..c5ce54fc71 100644 --- a/firmware/target/arm/as3525/clock-target.h +++ b/firmware/target/arm/as3525/clock-target.h @@ -77,8 +77,10 @@ */ #ifdef SANSA_FUZEV2 -/* XXX: display is noticeably slower at 24MHz */ -#define AS3525_DRAM_FREQ 60000000 /* Initial DRAM frequency */ +/* CPU_FREQ is defined in config/.h + * display is noticeably slower at 24MHz + * 34285715 HZ works butter but 40MHz works even better*/ +#define AS3525_DRAM_FREQ CPU_FREQ /* Initial DRAM frequency */ #else #define AS3525_DRAM_FREQ 24000000 /* Initial DRAM frequency */ #endif /* SANSA_FUZEV2 */