From 28cebad4b63c36511474db45b6d29b217bf881e5 Mon Sep 17 00:00:00 2001 From: Thomas Spigel Date: Sat, 7 Jan 2017 10:19:31 +0100 Subject: [PATCH] Added support for Wismec Presa 100W, with logo upload support 64x40 --- evic/device.py | 1 + 1 file changed, 1 insertion(+) diff --git a/evic/device.py b/evic/device.py index 383c234..bdd5152 100644 --- a/evic/device.py +++ b/evic/device.py @@ -64,6 +64,7 @@ class HIDTransfer(object): 'M045': DeviceInfo("iStick Pico Mega", None, (96, 16)), 'M046': DeviceInfo("iPower", None, (96, 16)), 'W007': DeviceInfo("Presa TC75W", ['E052'], None), + 'W017': DeviceInfo("Presa TC100W", None, (64, 40)), 'W010': DeviceInfo("Classic", None, None), 'W011': DeviceInfo("Lite", None, None), 'W013': DeviceInfo("Stout", None, None),