diff -r c84223511ca8 -r 7c9d645d2591 QTfrontend/hwmap.cpp --- a/QTfrontend/hwmap.cpp Sat Feb 14 16:24:20 2009 +0000 +++ b/QTfrontend/hwmap.cpp Sat Feb 14 16:25:58 2009 +0000 @@ -49,7 +49,7 @@ quint8 *buf = (quint8*) readbuffer.constData(); QImage im(buf, 256, 128, QImage::Format_Mono); im.setNumColors(2); - emit HHLimitReceived(buf[128 * 32 + 1]); + emit HHLimitReceived(buf[128 * 32]); emit ImageReceived(im); } }