MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git] / arch / m68knommu / platform / 68VZ328 / xbm2lcd.pl
blobf00d92337b077d9c88effcf74af63cebe8395613
2 $_ = join("", <>);
4 s/(0x[0-9a-f]{2})/sprintf("0x%.2x",ord(pack("b8",unpack("B8",chr(~hex($1)&0377)))))/gei;
6 print $_;