Subversion Repositories freemyipod

Rev

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

Rev 881 Rev 911
Line 103... Line 103...
103
    lcd_init(&umsboot_lcd);
103
    lcd_init(&umsboot_lcd);
104
    lcd_fill(&umsboot_lcd, 0, 0, 176, 132, FRAMEBUFFER_FORMAT_I1, 0, FRAMEBUFFER_CONVERSION_QUALITY_CLIP);
104
    lcd_fill(&umsboot_lcd, 0, 0, 176, 132, FRAMEBUFFER_FORMAT_I1, 0, FRAMEBUFFER_CONVERSION_QUALITY_CLIP);
105
    lcd_backlight(&umsboot_lcd, 100);
105
    lcd_backlight(&umsboot_lcd, 100);
106
    console_init(&umsboot_console);
106
    console_init(&umsboot_console);
107
    console_puts(&umsboot_console,
107
    console_puts(&umsboot_console,
108
        "UMSboot v0.2\n\n"
108
        "UMSboot v0.2.1\n\n"
109
        "Please copy a UBI file to\n"
109
        "Please copy a UBI file to\n"
110
        "the mass storage device and\n"
110
        "the mass storage device and\n"
111
        "safely eject it when you're\n"
111
        "safely eject it when you're\n"
112
        "done. If you booted this\n"
112
        "done. If you booted this\n"
113
        "accidentally, just press and\n"
113
        "accidentally, just press and\n"