Changes

1,840 bytes added ,  02:16, 4 August 2018
no edit summary
Line 6: Line 6:  
| author      = [[User:Mr. Reaper|Mr. Reaper]]
 
| author      = [[User:Mr. Reaper|Mr. Reaper]]
 
| version    = 1.1
 
| version    = 1.1
| download    = Media:VC_Test_v1.1.zip
+
| download    = Media:VC_Test_v1.2.zip
 
| source      =  
 
| source      =  
 
| peripherals = {{Wiimote4}}  {{Nunchuck}} {{ClassicController}} {{LesPaul}} {{GCNController}}
 
| peripherals = {{Wiimote4}}  {{Nunchuck}} {{ClassicController}} {{LesPaul}} {{GCNController}}
Line 21: Line 21:  
Maybe other people will also find this app useful.
 
Maybe other people will also find this app useful.
   −
'''Notes:'''
+
 
 +
[[File:VCTtitle.png|320px]]
 +
 
 +
 
 +
== Notes ==
    
Off-brand peripherals can be weird in homebrew.
 
Off-brand peripherals can be weird in homebrew.
Line 47: Line 51:       −
[[File:VCTtitle.png|320px]]
+
== Battery Readings ==
 +
 
 +
The battery readings are borky. WPAD_BatteryLevel(), by function definition, returns a value ranging from 0-255. But when I put in fresh alkaline batteries, I get a reading of only about 190. Yet I have one old rechargeable battery pack that returns a value of 218 when it's fully charged. Either of these values would be treated as "full power" by the Wii menu or other battery power apps (by setting a maximum value and ignoring anything over that, basically). Instead, I'm just dividing the raw value by 2.55 so that the battery level will show a range of 0-100 (since that's easier to relate to), as a percentage of the maximum possible value -- but I doubt the maximum value of 255 would ever be reported.... In any case, I'm more-or-less giving you a better indication of the actual value that's being reported rather than messing with it to try and say it's an accurate percentage of your battery life (if you want the real raw number, just multiply the shown value by 2.55).
 +
 
 +
Additionally (and annoyingly) the battery level is only refreshed when you plug or unplug an extension controller.... So if you have a battery that is really low and dying fast, you'd have to continually plug/unplug a nunchuck or something to watch the battery level decrease in real time. I tried, but simply cannot find a way to force the information to refresh automatically ;/
 +
 
      Line 75: Line 84:     
===1.1===
 
===1.1===
* Added visual feedback for the G Force readings, so you can shake your Wiimote or Nunchuck around furiously to see if gravity sensors are working in every direction.
+
* Added visual feedback for the G Force readings, so you can shake your Wiimote or Nunchuck around furiously to see if the gravity sensors are working in every direction.
 +
 
 +
===1.2===
 +
* Added a Battery Level indicator to give an idea of how much battery power is left in your Wiimote.
 +
* Addressed a bug introduced in the last version which would cause a crash from trying to read gravity sensors if a Wiimote became disconnected. Also, in the event of any crash, I now have it try to exit the app automatically (without needing to press the Reset button), since I have no idea what the code dump screen means anyway!
    
[[Category:Homebrew using GRRLib]]
 
[[Category:Homebrew using GRRLib]]
426

edits