nick-loadable to display nick.lcd by default

This commit is contained in:
Stefan `Sec` Zehl 2011-08-05 00:34:55 +02:00
parent 09eb3b0ea1
commit ccb45a6fc2
3 changed files with 17 additions and 0 deletions

View File

@ -2,3 +2,6 @@
*.bin
usetable.h
loadable.ld
*.nik
*.c0d
*.int

View File

@ -84,3 +84,5 @@ readFile
writeFile
input
saveConfig
lcdShowAnim
lcdLoadImage

View File

@ -0,0 +1,12 @@
#include <sysinit.h>
#include "basic/basic.h"
#include "lcd/lcd.h"
#include "filesystem/ff.h"
#include "usetable.h"
void ram(void) {
char fname[FILENAMELEN];
lcdShowAnim("nick.lcd",1000);
};