changeset 1791 | 7c9d645d2591 |
parent 1790 | c84223511ca8 |
child 1797 | fedd8649fdd9 |
--- 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); } }