Skip to content

Commit 75f0bbb

Browse files
change paint vibration to 35ms
1 parent 2d98530 commit 75f0bbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/displayapp/screens/InfiniPaint.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ bool InfiniPaint::OnTouchEvent(Pinetime::Applications::TouchEvents event) {
5151
}
5252

5353
std::fill(b, b + bufferSize, selectColor);
54-
motor.RunForDuration(50);
54+
motor.RunForDuration(35);
5555
return true;
5656
default:
5757
return true;

0 commit comments

Comments
 (0)