Sign v1.0
Overview
Can not only display text on it and popup message, but can also display text floating in air. The disadvantage is that it can only record one line of text.
Ports Definition
Besides the back port and the 28th bit at bottom port, all operations are for the floating text
Top Input
Start & End | Function | Description |
---|---|---|
1 ~ 16 | Scale Size | For each 1 increase of this, the scale size of floating text increases by 1/8 times, with a maximum of 8191.875 times. |
17 ~ 32 | Y Offset | For each 1 increase of this, the position of floating text moves up by 1/8 block. If the highest bit of this is 1, moving down instead. |
Right Input
Start & End | Function | Description |
---|---|---|
1 ~ 16 | X Offset | For each 1 increase of this, the position of floating text moves north by 1/8 block. If the highest bit of this is 1, moving south instead. |
17 ~ 32 | Z Offset | For each 1 increase of this, the position of floating text moves east by 1/8 block. If the highest bit of this is 1, moving west instead. |
Bottom Input
Start & End | Function | Description |
---|---|---|
1 ~ 8 | Yaw | Set the yaw angle of the floating text, in degree. |
9 ~ 16 | Pitch | Set the pitch angle of the floating text, in degree. |
17 ~ 24 | Roll | Set the roll angle of the floating text, in degree. |
25 | Yaw Sign | If this is 1, the yaw angle will be negative. |
26 | Pitch Sign | If this is 1, the pitch angle will be negative. |
27 | Roll Sign | If this is 1, the roll angle will be negative. |
28 | Popup Message | When it changes from 0 to 1, there will be a popup message on screen. |
29 ~ 32 | Brightness | Set the brightness of the floating text. The higher the voltage, the brighter the floating text. |
Left Input
Bit Width Used | Function | Description |
---|---|---|
32 | Color | Set the color of the floating text, in ABGR color mode. |
Back Input
Bit Width Used | Function | Description |
---|---|---|
32 | Memory Bank ID | When this changes, the sign will read text in UTF8 codec from the memory bank whose ID equals this. If the read is succeeded, the text in the sign will be replaced by the read result, then the text on the sign and the text floating in the air both are replaced. |
💡 Tip
The offset ranges of each direction are all ±4095.875.
📝 ABGR Color Mode
From high to low bits,every 8 bits represents the color's Alpha chanel、Blue chanel、Green chanel、Red chanel. You can use the tool below to convert.