I2C Registers: Difference between revisions

Stub for Device 17
No edit summary
Line 704: Line 704:
   bytes 6 and 7: Unused
   bytes 6 and 7: Unused
   bytes 8 to 175: Playtime data for legacy titles
   bytes 8 to 175: Playtime data for legacy titles
   bytes 176 to 188: Playtime data
   bytes 176 to 188: Temporary playtime data in case console doesn't shut down gracefully, updated every 5 minutes
   bytes 188 to 199: Unused
   bytes 188 to 199: Unused
|-
|-
Line 737: Line 737:
   byte 0x0F: RGB LED blue intensity
   byte 0x0F: RGB LED blue intensity
   byte 0x11: WiFi LED brightness
   byte 0x11: WiFi LED brightness
   byte 0x12: raw button states?
   byte 0x12: always 0?
    bit0: unset while Power button is held
    bit1: unset while HOME button is held
    bit2: unset while WiFi slider is held
    bit5: unset while the charging LED is active
    bit6: unset while charger is plugged in


On MCU_FIRM major version 1 the size of this is 9, reading past the 9th byte will yield AA instead of FF.
On MCU_FIRM major version 1 the size of this is 9, reading past the 9th byte will yield AA instead of FF.