I2C Registers: Difference between revisions
No edit summary |
No edit summary |
||
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: | byte 0x12: raw button states? | ||
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. |