11 lines
172 B
C
11 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);
|
|
};
|