Preview:
    if(rightJoystick < 420) {
      rightJSVal = rightJSVal - map(rightJoystick, 420, 0, 1, 75);
    }
    else if(rightJoystick > 600) {
      leftJSVal = leftJSVal + map(rightJoystick, 600, 1023, 1, 75);
    }
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter