Subversion Repositories freemyipod

Rev

Rev 881 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 881 Rev 911
Line 97... Line 97...
97
    lcd_init(&umsboot_lcd);
97
    lcd_init(&umsboot_lcd);
98
    lcd_fill(&umsboot_lcd, 0, 0, 320, 240, FRAMEBUFFER_FORMAT_I1, 0, FRAMEBUFFER_CONVERSION_QUALITY_CLIP);
98
    lcd_fill(&umsboot_lcd, 0, 0, 320, 240, FRAMEBUFFER_FORMAT_I1, 0, FRAMEBUFFER_CONVERSION_QUALITY_CLIP);
99
    lcd_backlight(&umsboot_lcd, 100);
99
    lcd_backlight(&umsboot_lcd, 100);
100
    console_init(&umsboot_console);
100
    console_init(&umsboot_console);
101
    console_puts(&umsboot_console,
101
    console_puts(&umsboot_console,
102
        "UMSboot v0.2\n\n"
102
        "UMSboot v0.2.1\n\n"
103
        "Please copy a UBI file to the mass storage\n"
103
        "Please copy a UBI file to the mass storage\n"
104
        "device and safely eject it when you're done.\n"
104
        "device and safely eject it when you're done.\n"
105
        "If you booted this accidentally, just press\n"
105
        "If you booted this accidentally, just press\n"
106
        "and hold \e[7mMENU\e[27m+\e[7mSELECT\e[27m to reboot.\n"
106
        "and hold \e[7mMENU\e[27m+\e[7mSELECT\e[27m to reboot.\n"
107
    );
107
    );