Subversion Repositories freemyipod

Rev

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

Rev 652 Rev 835
Line 159... Line 159...
159
        }
159
        }
160
    displaylcd(offsetx, offsety, framebufx, framebufy, framebuf, 0, 0, framebufx);
160
    displaylcd(offsetx, offsety, framebufx, framebufy, framebuf, 0, 0, framebufx);
161
}
161
}
162
 
162
 
163
 
163
 
164
static void main()
164
static void main(int argc, const char** argv)
165
{
165
{
166
    int i;
166
    int i;
167
 
167
 
168
    struct emcorelib_header* libui = get_library(LIBUI_IDENTIFIER, LIBUI_API_VERSION, LIBSOURCE_BOOTFLASH, "libui   ");
168
    struct emcorelib_header* libui = get_library(LIBUI_IDENTIFIER, LIBUI_API_VERSION, LIBSOURCE_BOOTFLASH, "libui   ");
169
    if (!libui) panicf(PANIC_KILLTHREAD, "Could not load user interface library!");
169
    if (!libui) panicf(PANIC_KILLTHREAD, "Could not load user interface library!");