fix in nick scroll
This commit is contained in:
parent
cf5f06b228
commit
f95004d5ee
|
@ -37,7 +37,7 @@ void ram(void) {
|
||||||
nickheight=getFontHeight();
|
nickheight=getFontHeight();
|
||||||
nicky=(RESY-getFontHeight())/2;
|
nicky=(RESY-getFontHeight())/2;
|
||||||
|
|
||||||
|
lcdClear();
|
||||||
char stepmode=0;
|
char stepmode=0;
|
||||||
while (1) {
|
while (1) {
|
||||||
++iter;
|
++iter;
|
||||||
|
|
Loading…
Reference in New Issue