12 lines
202 B
C
12 lines
202 B
C
#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);
|
|
};
|