More actions
No edit summary |
No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
|description=A button tester for the Wii U. | |description=A button tester for the Wii U. | ||
|author=TheHighTide | |author=TheHighTide | ||
|lastupdated=2024/ | |lastupdated=2024/08/12 | ||
|format=rpx, wuhb | |format=rpx, wuhb | ||
|type=System Tools | |type=System Tools | ||
|version= | |version=2.2 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/wiiuhomebrews/htbuttontesterwiiu.7z | |download=https://dlhb.gamebrew.org/wiiuhomebrews/htbuttontesterwiiu.7z | ||
Line 16: | Line 16: | ||
<!--bin: github--> | <!--bin: github--> | ||
<!--date: github--> | <!--date: github--> | ||
A small homebrew application that can easily tests all the buttons on the | A small homebrew application that can easily tests all the buttons on the Wii U GamePad and Pro Controller. | ||
== Installation == | == Installation == | ||
Download the [https://github.com/TheHighTide/HTButtonTester/releases latest release]. | Download the [https://github.com/TheHighTide/HTButtonTester/releases latest release]. | ||
Line 26: | Line 26: | ||
== Changelog == | == Changelog == | ||
'''v1.1 2023/07/27''' | '''v2.2 2024/08/12''' | ||
*Added: | |||
** Added the requirement to press <code>+</code> before continuing to the main app. | |||
*Fixed: | |||
** Fixed a bug with the displaying of the button tests | |||
** Fixed a bug that caused the <code>A</code> and <code>B</code> buttons to be reversed when using a WiiU Pro Controller. | |||
** Fixed a bug that caused <code>ZL</code>, <code>ZR</code>, and <code>B</code> to toggle into advanced mode instead of <code>ZL</code>, <code>ZR</code>, and <code>A</code> when using a WiiU Pro Controller. | |||
** Fixed a rare crash that was caused when using both GamePad and WiiU Pro Controller at the same time. | |||
*Removed: | |||
** Removed support for the <code>Wii Controller</code>, <code>Wii Classic Controller</code>, <code>Wii Pro Controller</code>, and <code>Wii Nunchuk</code> as this app is only for WiiU and doesn't need any Wii features. | |||
'''v2.1 2024/08/02''' | |||
*Added: | |||
** WiiU Pro Controller Support. | |||
** Advanced mode for seeing <code>X</code>/<code>Y</code> values of the joysticks (only compatible with WiiU Pro Controller and WiiU Gamepad at the moment). | |||
*Next Steps: | |||
** The first and really only next step is to add gyroscope readouts for the WiiU Pro Controller and WiiU Gamepad to advanced mode. This will further help test controllers and their input. | |||
*Other Notes: | |||
** Advanced mode can be accessed by pressing the <code>ZL</code>, <code>ZR</code> and <code>A</code> buttons on either the WiiU Gamepad or WiiU Pro Controller. | |||
** Basic mode can be accessed by pressing the <code>PLUS</code> button from the advanced mode screen. | |||
'''v2.0 2024/07/29''' | |||
*Added: | |||
** Added support for the Wii controller. | |||
** Added support for the Wii Nunchuk attachment. | |||
** Added support for the Wii Classic Controller attachment. | |||
** Added support for the Wii Pro Controller. | |||
*Changed: | |||
** Changed the normal text/feedback to <code>Gamepad <BUTTON></code> to make room for the new feedback prompts. | |||
*Extra Notes: | |||
**Yes I know and I'm still working on getting the WiiU Pro Controller working with this application. Its proving to be harder than I thought but I'm working incredibly hard on getting it to work. | |||
'''v1.1 2023/07/27''' | |||
*Added: | *Added: | ||
**Functionality/input feedback for the TV button on the WiiU GamePad. | **Functionality/input feedback for the TV button on the WiiU GamePad. |
Latest revision as of 09:47, 17 August 2024
Button Tester | |
---|---|
General | |
Author | TheHighTide |
Type | System Tools |
Version | 2.2 |
License | Mixed |
Last Updated | 2024/08/12 |
Links | |
Download | |
Website | |
Source | |
A small homebrew application that can easily tests all the buttons on the Wii U GamePad and Pro Controller.
Installation
Download the latest release.
Copy the RPX (Tiramisu) or WUHB (Aroma) file to sd:/wiiu/apps/HTButtonTester.
Run it from the Homebrew Launcher / the Wii U menu.
Changelog
v2.2 2024/08/12
- Added:
- Added the requirement to press
+
before continuing to the main app.
- Added the requirement to press
- Fixed:
- Fixed a bug with the displaying of the button tests
- Fixed a bug that caused the
A
andB
buttons to be reversed when using a WiiU Pro Controller. - Fixed a bug that caused
ZL
,ZR
, andB
to toggle into advanced mode instead ofZL
,ZR
, andA
when using a WiiU Pro Controller. - Fixed a rare crash that was caused when using both GamePad and WiiU Pro Controller at the same time.
- Removed:
- Removed support for the
Wii Controller
,Wii Classic Controller
,Wii Pro Controller
, andWii Nunchuk
as this app is only for WiiU and doesn't need any Wii features.
- Removed support for the
v2.1 2024/08/02
- Added:
- WiiU Pro Controller Support.
- Advanced mode for seeing
X
/Y
values of the joysticks (only compatible with WiiU Pro Controller and WiiU Gamepad at the moment).
- Next Steps:
- The first and really only next step is to add gyroscope readouts for the WiiU Pro Controller and WiiU Gamepad to advanced mode. This will further help test controllers and their input.
- Other Notes:
- Advanced mode can be accessed by pressing the
ZL
,ZR
andA
buttons on either the WiiU Gamepad or WiiU Pro Controller. - Basic mode can be accessed by pressing the
PLUS
button from the advanced mode screen.
- Advanced mode can be accessed by pressing the
v2.0 2024/07/29
- Added:
- Added support for the Wii controller.
- Added support for the Wii Nunchuk attachment.
- Added support for the Wii Classic Controller attachment.
- Added support for the Wii Pro Controller.
- Changed:
- Changed the normal text/feedback to
Gamepad <BUTTON>
to make room for the new feedback prompts.
- Changed the normal text/feedback to
- Extra Notes:
- Yes I know and I'm still working on getting the WiiU Pro Controller working with this application. Its proving to be harder than I thought but I'm working incredibly hard on getting it to work.
v1.1 2023/07/27
- Added:
- Functionality/input feedback for the TV button on the WiiU GamePad.
v1.0 2023/06/04
- Initial release.
External links
- GitHub - https://github.com/TheHighTide/HTButtonTester/
- ForTheUsers - https://hb-app.store/wiiu/ButtonTester