mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 00:14:09 -04:00
g13gui: g13: Fix the header to be a series of bytes
This commit is contained in:
parent
caa316c850
commit
dfe9713011
@ -181,7 +181,7 @@ class Manager(threading.Thread):
|
||||
header[0] = 0x03
|
||||
|
||||
self._device.write(
|
||||
usb.util.CTRL_OUT | G13Endpoints.LCD.value, header + buffer)
|
||||
usb.util.CTRL_OUT | G13Endpoints.LCD.value, bytes(header) + buffer)
|
||||
|
||||
def _processCommands(self):
|
||||
while True:
|
||||
|
Loading…
Reference in New Issue
Block a user