Package brailleDisplayDrivers :: Module hedoProfiLine
[hide private]
[frames] | no frames]

Module hedoProfiLine

source code

Classes [hide private]
  BrailleDisplayDriver
  InputGestureKeys
  InputGestureRouting
Variables [hide private]
  HEDO_TIMEOUT = 0.2
  HEDO_BAUDRATE = 19200
  HEDO_READ_INTERVAL = 50
  HEDO_ACK = 0x7E
  HEDO_INIT = 0x01
  HEDO_CR_BEGIN = 0x20
  HEDO_CR_END = 0x6F
  HEDO_RELEASE_OFFSET = 0x80
  HEDO_CELL_COUNT = 80
  HEDO_STATUS_CELL_COUNT = 4
  HEDO_KEYMAP = {0x04: "K1", 0x03: "K2", 0x08: "K3", 0x07: "B2",...
  HEDO_USB_IDS = frozenset(("VID_0403&PID_DE59", "VID_0403&PID_D...
Variables Details [hide private]

HEDO_KEYMAP

Value:
{0x04: "K1", 0x03: "K2", 0x08: "K3", 0x07: "B2", 0x0B: "B3", 0x0F: "B4\
", 0x13: "B5", 0x17: "B6", 0x1B: "B7", 0x1F: "B8",}

HEDO_USB_IDS

Value:
frozenset(("VID_0403&PID_DE59", "VID_0403&PID_DE58",))