Skip to content

Commit ea3b1fd

Browse files
committed
ledmatrix: Document new debug mode behavior
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent 7f1887f commit ea3b1fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ledmatrix/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,15 +233,17 @@ DIP2 is the bootloader switch. To enter bootloader mode follow these steps:
233233
4. To exit bootloader mode, unplug the module to flip the switch back, and plug it back in
234234
5. Now the new firmware should be running
235235

236+
As a side effect of being in bootloader mode, the LEDs all stay off.
237+
236238
###### DIP1 (General Purpose)
237239

238240
DIP1 could serve many purposes. Currently it is configured to enable the debug mode.
239241
When debug mode is enabled and the module goes to sleep, it will not turn the LEDs off to save power.
240242
Instead it will display the reason why it went to sleep. This is useful for debugging module and host system behavior.
243+
Debug mode will start up to a fully lit matrix and never goes to sleep based on a timeout.
241244

242245
Sleep Reasons can be:
243246

244247
- `SLEEP#` pin: `SLP#`
245248
- USB Suspend: `USB`
246249
- Command: `CMD`
247-
- Idle timer: `TIME`

0 commit comments

Comments
 (0)