In lcd160cr.py line: `self._fcmd2('<BBB', 0x66, 'n')` should read: `self._fcmd2('<BBB', 0x66, 0x6e)` or `self._send(b'\x02fn')`