Remove debug pixel.
I got enough questions about this pixel. It was there so you could distinguish between the firmware nick-display, and the l0dable nick-display.
This commit is contained in:
parent
f27683bba7
commit
5b0965caa8
|
@ -22,7 +22,6 @@ void ram(void) {
|
|||
dy=(RESY-getFontHeight())/2;
|
||||
|
||||
lcdClear();
|
||||
lcdSetPixel(1,1,1);
|
||||
DoString(dx,dy,GLOBAL(nickname));
|
||||
lcdRefresh();
|
||||
|
||||
|
|
Loading…
Reference in New Issue