2011-08-05 00:34:55 +02: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 14:40:07 +02:00
|
|
|
lcdLoadImage("nick.lcd");
|
|
|
|
lcdRefresh();
|
|
|
|
getInputWait();
|
2011-08-05 00:34:55 +02:00
|
|
|
};
|