ワ - Wacom Lisp ワコムLISP
Wacom strokes through evdev over userland
realtime tablet controller device for programs or systems
(LOAD “wa.lisp”)
(WA::SET-DEVICE “/dev/input/by-id/usb-WACOM_CTE-440-U_V4.0-3-mouse”)
(WA::WA)
(WA::COMPILE-WA-IMAGE)
ワコムタブレット evdevシステム
To calibrate a new device bytestream, connect the device, check for the new device in /dev/input/, and use the evdev tool evemu-record while using the physical device to review hardware event information and register the appropriate event functionality in wa.lisp.
currently supported devices:
thanks to jtgans for cl-evdev, the fork with wacom support added is here