You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following discussions on Discord, it looks like the power LED is always lit, rather than having the 256 brightness levels I had inferred from this table.
The text was updated successfully, but these errors were encountered:
; Turn off activity LED
LDX #$42 ; System Management Controller
LDY #$05 ; Activity LED
LDA #$00 ; Turn off
JSR i2c_write_byte ; Turn off LED
; Turn off Power LED
LDX #$42 ; System Management Controller
LDY #$04 ; Power LED
LDA #$00 ; Turn off
JSR i2c_write_byte ; Turn off LED
Activity light goes off but the power led does not, at least on X16 Dev.
Following discussions on Discord, it looks like the power LED is always lit, rather than having the 256 brightness levels I had inferred from this table.
The text was updated successfully, but these errors were encountered: