From 53288eebf8172ea6db00e3509bcf9dce024dc437 Mon Sep 17 00:00:00 2001 From: Luc Lagarde Date: Sat, 30 Dec 2017 23:32:52 -0600 Subject: [PATCH] Updated Hardware: Hologram Projector (markdown) --- Hardware:-Hologram-Projector.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hardware:-Hologram-Projector.md b/Hardware:-Hologram-Projector.md index 7372bff..a8c1882 100644 --- a/Hardware:-Hologram-Projector.md +++ b/Hardware:-Hologram-Projector.md @@ -13,7 +13,7 @@ Hardware ID: `0x0009` | 1 | `DISPLAY_HEX` | `0 kJ` | Displays the value of the B register in hexadecimal format | | 2 | `DISPLAY_STRING` | `0 kJ` | Displays a zero-terminated Unicode string (max. 8 characters). Specify the address of the string with the X register | | 3 | `DISPLAY_DEC` | `0 kJ` | Displays the value of the B register in decimal format | -| 3 | `DISPLAY_COLOR` | `0 kJ` | Changes the color of the cubot using the value of the B:C register (e.g. A: 0x00AA and B: 0xBBCC, would be RGB 0xAABBCC) | +| 4 | `DISPLAY_COLOR` | `0 kJ` | Changes the color of the cubot using the value of the B:C register (e.g. A: 0x00AA and B: 0xBBCC, would be RGB 0xAABBCC) | Note that the Hologram Projector will clear itself at the end of the tick, it is only necessary to use CLEAR when you want to cancel a DISPLAY command executed within the same tick.