mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-20 19:16:43 +00:00
HOLO_DISPLAY_COLOR consumes 4 kJ energy according with the source code (https://github.com/simon987/Much-Assembly-Required/blob/master/Plugin%20Cubot/src/main/java/net/simon987/cubotplugin/CubotHologram.java#L70)
parent
7287863073
commit
b363335a62
@ -13,7 +13,7 @@ Hardware ID: `0x0009`
|
|||||||
| 1 | `HOLO_DISPLAY_HEX` | `0 kJ` | Displays the value of the B register in hexadecimal format |
|
| 1 | `HOLO_DISPLAY_HEX` | `0 kJ` | Displays the value of the B register in hexadecimal format |
|
||||||
| 2 | `HOLO_DISPLAY_STRING` | `0 kJ` | Displays a zero-terminated Unicode string (max. 8 characters). Specify the address of the string with the X register |
|
| 2 | `HOLO_DISPLAY_STRING` | `0 kJ` | Displays a zero-terminated Unicode string (max. 8 characters). Specify the address of the string with the X register |
|
||||||
| 3 | `HOLO_DISPLAY_DEC` | `0 kJ` | Displays the value of the B register in decimal format |
|
| 3 | `HOLO_DISPLAY_DEC` | `0 kJ` | Displays the value of the B register in decimal format |
|
||||||
| 4 | `HOLO_DISPLAY_COLOR` | `0 kJ` | Changes the color of the cubot using the value of the B:C register (e.g. A: 0x0004, B: 0x00AA, and C: 0xBBCC, would be RGB 0xAABBCC) |
|
| 4 | `HOLO_DISPLAY_COLOR` | `4 kJ` | Changes the color of the cubot using the value of the B:C register (e.g. B: 0x00AA, and C: 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.
|
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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user