Subversion Repositories freemyipod

Rev

Rev 660 | Rev 835 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 660 Rev 692
Line 342... Line 342...
342
    displaylcd(77, 100, 165, 36, framebuf, 0, 0, 165);
342
    displaylcd(77, 100, 165, 36, framebuf, 0, 0, 165);
343
    backlight_set_fade(32);
343
    backlight_set_fade(32);
344
    backlight_set_brightness(177);
344
    backlight_set_brightness(177);
345
    backlight_on(true);
345
    backlight_on(true);
346
 
346
 
-
 
347
    remove("/.boot/init.emcoreapp");
347
    int cost;
348
    int cost;
348
    if (updating)
349
    if (updating)
349
    {
350
    {
350
        cost = commoncost;
351
        cost = commoncost;
351
        script = commonscript;
352
        script = commonscript;