2011-08-04 22:34:55 +00:00
|
|
|
#include <sysinit.h>
|
|
|
|
|
|
|
|
#include "basic/basic.h"
|
|
|
|
#include "lcd/lcd.h"
|
|
|
|
#include "filesystem/ff.h"
|
|
|
|
|
|
|
|
#include "usetable.h"
|
|
|
|
|
|
|
|
void ram(void) {
|
2011-08-05 12:40:07 +00:00
|
|
|
lcdLoadImage("nick.lcd");
|
|
|
|
lcdRefresh();
|
|
|
|
getInputWait();
|
2011-08-04 22:34:55 +00:00
|
|
|
};
|