adjust to the new splash()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4204 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0582b91872
commit
84a7b24578
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
|
|||
hsmile=rb->lcd_get_locked_pattern();
|
||||
|
||||
|
||||
rb->splash(HZ, 0, true, "NIM V1.2");
|
||||
rb->splash(HZ, true, "NIM V1.2");
|
||||
rb->lcd_clear_display();
|
||||
|
||||
/* Main loop */
|
||||
|
|
Loading…
Reference in a new issue