Mmm.. I wondered at first if your Mode button is reading *exactly* 127 (0x7f) and triggering some kind of weird bug in Hijack... but a quick peek at the code shows that the Button Display just nabs the third byte of the stalk packet and displays it raw, with very little logic around it all. The only value that is ignored (for the display) is 0xff.

Cheers