From 35ce046be02a293f8aa098b490ddcc7ab0bf786c Mon Sep 17 00:00:00 2001 From: Hylke44 Date: Fri, 10 Mar 2017 20:50:57 +0100 Subject: [PATCH] Changed protocol description file to support github markdown. --- protocol.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/protocol.md b/protocol.md index e493e8f..6508931 100644 --- a/protocol.md +++ b/protocol.md @@ -24,6 +24,7 @@ The data describes the X and Y coordinates and the R, G, B and optional alpha co ####Alpha disabled Bytes/pixel: 7 Pixels/message: 160 + | Byte | Bit | Contents | |--------|---------|-------------------------------------------------------------------------------| | byte 0 | bit 7-0 | Lowest 8 bits of the X coordinate of the pixel. | @@ -37,6 +38,7 @@ Pixels/message: 160 ####Alpha enabled Bytes/pixel: 8 Pixels/message: 140 + | Byte | Bit | Contents | |--------|---------|-------------------------------------------------------------------------------| | byte 0 | bit 7-0 | Lowest 8 bits of the X coordinate of the pixel. | @@ -64,6 +66,7 @@ The data describes the X and Y coordinates and the R, G, B and optional alpha co ####Alpha disabled Bytes/pixel: 6 Pixels/message: 186 + | Byte | Bit | Contents | |--------|---------|-------------------------------------------------------------------------------| | byte 0 | bit 7-0 | Lowest 8 bits of the X coordinate of the pixel. | @@ -77,6 +80,7 @@ Pixels/message: 186 ####Alpha enabled Bytes/pixel: 7 Pixels/message: 160 + | Byte | Bit | Contents | |--------|---------|-------------------------------------------------------------------------------| | byte 0 | bit 7-0 | Lowest 8 bits of the X coordinate of the pixel. | @@ -104,6 +108,7 @@ The data describes the X and Y coordinates and the R, G, B and optional alpha co ####Alpha disabled Bytes/pixel: 4 Pixels/message: 280 + | Byte | Bit | Contents | |--------|---------|-------------------------------------------------------------------------------| | byte 0 | bit 7-0 | Lowest 8 bits of the X coordinate of the pixel. | @@ -117,6 +122,7 @@ Pixels/message: 280 ####Alpha enabled Bytes/pixel: 4 Pixels/message: 280 + | Byte | Bit | Contents | |--------|---------|-------------------------------------------------------------------------------| | byte 0 | bit 7-0 | Lowest 8 bits of the X coordinate of the pixel. | @@ -144,6 +150,7 @@ The data describes the X and Y coordinates. Multiple pixels can be send in one m Bytes/pixel: 3 Pixels/message: 373 + | Byte | Bit | Contents | |--------|---------|-------------------------------------------------------------------------------| | byte 0 | bit 7-0 | Lowest 8 bits of the X coordinate of the pixel. |