Index: rockbox/firmware/target/arm/as3525/sansa-clip/lcd-ssd1303.c =================================================================== --- rockbox/firmware/target/arm/as3525/sansa-clip/lcd-ssd1303.c (revision 21183) +++ rockbox/firmware/target/arm/as3525/sansa-clip/lcd-ssd1303.c (working copy) @@ -31,6 +31,7 @@ /*** AS3525 specifics ***/ #include "as3525.h" +#include "ascodec.h" /*** definitions ***/ @@ -216,6 +217,9 @@ lcd_write_command(LCD_SET_DC_DC); lcd_write_command(LCD_SET_DC_DC_PART2/*|0*/); + /* Enable DC-DC AS3525 for some Clip v1 probably without FM chip */ + ascodec_write(AS3514_DCDC15,0x01); + /* Set starting line as 0 */ lcd_write_command(LCD_SET_DISPLAY_START_LINE /*|(0 & 0x3f)*/);