From 5b0965caa8083d253fbb31bef66b496fbbfbbf45 Mon Sep 17 00:00:00 2001 From: Stefan `Sec` Zehl Date: Mon, 22 Aug 2011 01:53:58 +0200 Subject: [PATCH] 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. --- firmware/l0dable/nick_plain.c | 1 - 1 file changed, 1 deletion(-) diff --git a/firmware/l0dable/nick_plain.c b/firmware/l0dable/nick_plain.c index 5a24671..a99fa3d 100644 --- a/firmware/l0dable/nick_plain.c +++ b/firmware/l0dable/nick_plain.c @@ -22,7 +22,6 @@ void ram(void) { dy=(RESY-getFontHeight())/2; lcdClear(); - lcdSetPixel(1,1,1); DoString(dx,dy,GLOBAL(nickname)); lcdRefresh();