Skywriter xl - raspberry pi 3

Indeed, it was an update for the HAT version, but I installed it.
http://forums.pimoroni.com/t/skywriter-pi3/2366/28

Maybe I’m lying to myself, but the board seems to behave better since the install. :s
I removed the following from test.py:

@skywriter.double_tap()
def doubletap(position):
print(‘Double tap!’, position)

@skywriter.tap()
def tap(position):
print(‘Tap!’, position)

@skywriter.touch()
def touch(position):
print(‘Touch!’, position)

Removing this lets the board better behave. But offcourse, this is not normal.