[PR #106] [MERGED] 2) Add 10x zoom mode for easier stick centre calibration #136

Closed
opened 2026-02-10 18:46:53 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dualshock-tools/dualshock-tools.github.io/pull/106
Author: @mathiasm74
Created: 7/29/2025
Status: Merged
Merged: 8/2/2025
Merged by: @dualshock-tools

Base: mainHead: zoom-stick-centers


📝 Commits (2)

  • f3524a6 Refactor to a single function that draw all stick diagrams, and add a zoom center mode
  • 1be7af5 Rename the new button

📊 Changes

2 files changed (+191 additions, -186 deletions)

View changed files

📝 core.js (+181 -184)
📝 index.html (+10 -2)

📄 Description

Generalised the stick drawing code into a single function and added a 10x zoom mode

image image

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dualshock-tools/dualshock-tools.github.io/pull/106 **Author:** [@mathiasm74](https://github.com/mathiasm74) **Created:** 7/29/2025 **Status:** ✅ Merged **Merged:** 8/2/2025 **Merged by:** [@dualshock-tools](https://github.com/dualshock-tools) **Base:** `main` ← **Head:** `zoom-stick-centers` --- ### 📝 Commits (2) - [`f3524a6`](https://github.com/dualshock-tools/dualshock-tools.github.io/commit/f3524a68a03990a9f9f6c3d471484270adcbf741) Refactor to a single function that draw all stick diagrams, and add a zoom center mode - [`1be7af5`](https://github.com/dualshock-tools/dualshock-tools.github.io/commit/1be7af5b93613bbf8bced90756190a480a72ece9) Rename the new button ### 📊 Changes **2 files changed** (+191 additions, -186 deletions) <details> <summary>View changed files</summary> 📝 `core.js` (+181 -184) 📝 `index.html` (+10 -2) </details> ### 📄 Description Generalised the stick drawing code into a single function and added a 10x zoom mode <img width="630" height="321" alt="image" src="https://github.com/user-attachments/assets/21d827be-8502-4670-a4cb-9aed78f8cf6d" /> <img width="828" height="677" alt="image" src="https://github.com/user-attachments/assets/04a211e3-7eb1-4c8f-bc49-8bbc8a783d43" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-10 18:46:53 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dualshock-tools/dualshock-tools.github.io#136