nick-loadable to display nick.lcd by default
This commit is contained in:
parent
09eb3b0ea1
commit
ccb45a6fc2
|
@ -2,3 +2,6 @@
|
|||
*.bin
|
||||
usetable.h
|
||||
loadable.ld
|
||||
*.nik
|
||||
*.c0d
|
||||
*.int
|
||||
|
|
|
@ -84,3 +84,5 @@ readFile
|
|||
writeFile
|
||||
input
|
||||
saveConfig
|
||||
lcdShowAnim
|
||||
lcdLoadImage
|
||||
|
|
|
@ -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);
|
||||
};
|
Loading…
Reference in New Issue