Make an nick_anim and nick_image
This commit is contained in:
parent
0fab1cac2e
commit
0adf209074
|
@ -0,0 +1,11 @@
|
||||||
|
#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);
|
||||||
|
};
|
|
@ -7,6 +7,7 @@
|
||||||
#include "usetable.h"
|
#include "usetable.h"
|
||||||
|
|
||||||
void ram(void) {
|
void ram(void) {
|
||||||
char fname[FILENAMELEN];
|
lcdLoadImage("nick.lcd");
|
||||||
lcdShowAnim("nick.lcd",1000);
|
lcdRefresh();
|
||||||
|
getInputWait();
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue