tuhi/tuhi
Peter Hutterer 44d2018f1c protocol: assume the initial stroke point to be 0, 0, 0
Reproduced on the Spark, first bytes in a new file recording were
- file header: 0x62, 0x38, 0x62, 0x74
- stroke point: 0xbf, 0xff, 0xff, 0x4a, 0x14, 0x29, 0x31, 0x6a
- stroke delta: 0xa8, 0x02, 0x04, 0xc3,

The initial point thus has a delta pressure value 0x6a which must be added to
*something*. And zero is the most sensible *something* that I can think of.

Fixes #111

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2019-08-23 10:44:55 +02:00
..
gui gui: hook up the auth signal with a re-register workflow 2019-08-23 10:38:36 +02:00
__init__.py __init__: remove empty line that snuck in during rebasing 2018-01-24 21:39:56 +10:00
base.py base: add an argument to peek at the first drawing only 2019-08-22 09:59:14 +10:00
ble.py ble: prefix all device logs with address 2019-06-07 08:34:07 +10:00
config.py Store the raw logs in the specified config dir too 2019-08-22 17:20:13 +10:00
dbusserver.py dbus: change EAGAIN to EBUSY for "already listening" 2019-08-23 10:38:36 +02:00
drawing.py drawing: fix deprecation warning 2019-06-07 15:35:59 +10:00
protocol.py protocol: assume the initial stroke point to be 0, 0, 0 2019-08-23 10:44:55 +02:00
svg.py svg: use our Json SVG converter from kete 2019-08-20 12:02:30 +10:00
uhid.py wacom: create a uhid device on live mode 2018-02-14 06:23:25 +10:00
util.py protocol: add stroke parsing 2019-08-21 09:31:52 +02:00
wacom.py protocol: on the spark treat a general error during connect as wrong uuid 2019-08-23 10:38:36 +02:00