12 lines
172 B
C
12 lines
172 B
C
|
#include <sysinit.h>
|
||
|
|
||
|
#include "basic/basic.h"
|
||
|
#include "lcd/lcd.h"
|
||
|
#include "filesystem/ff.h"
|
||
|
|
||
|
#include "usetable.h"
|
||
|
|
||
|
void ram(void) {
|
||
|
lcdShowAnim("nick.lcd",500);
|
||
|
};
|