Mammad

Results 2 comments of Mammad

For a workaround, I changed the following lines: https://github.com/Wazzaps/fingerpaint/blob/b71b04627b8842282d43e2f60bc476e2971a2e49/fingerpaint/fingerpaint.py#L192-L195 To this: ```python if event.code == evdev.ecodes.ABS_X: wip_pos = ((event.value - x_absinfo.min) / 2 / (x_absinfo.max - x_absinfo.min), wip_pos[1]) if event.code...

@amhoba Thank you for the suggestion! I will consider this suggestion after the higher priority stuff (e.g. chat history and writing messages) is complete.