Pen tilt is 0..90 not -90..90

This commit is contained in:
Cameron Gutman
2023-06-25 00:24:55 -05:00
parent c8aac7f71c
commit 44c8b95400
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ typedef struct _SS_PEN_PACKET {
netfloat y;
netfloat pressure;
uint16_t rotation;
int8_t tilt;
uint8_t tilt;
uint8_t zero2[1];
} SS_PEN_PACKET, *PSS_PEN_PACKET;