From b352b0dc10e60d31a4544a6af57639e513007ed6 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Sat, 5 Oct 2024 17:19:57 +0200 Subject: [PATCH] Update README.md the arrows broke stuff --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fca9595..52aa43d 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,16 @@ with a focus on minimizing latency while keeping high performance. Multiple protocols are supported: - Text: The default protocol, it is compliant with pixelflut but it defines some extra commands - - CANVAS : used to change to a completely seperate canvas, the amount and size is defined by the host - - PROTOCOL : used to change to different protocols, the useable names are: + - `CANVAS `: used to change to a completely seperate canvas, the amount and size is defined by the host + - `PROTOCOL `: used to change to different protocols, the useable names are: - text: goes to the Text protocol - binary: goes to the Binary protocol - Binary: A binary analog to the text version, about twice as efficient with bandwidth, the commands are - - size: 0x73 -> - - help: 0x68 -> help message (in UTF-8) - - get pixel: 0x20 -> - - set pixel rgb: 0x80 - - blend pixel rgba: 0x81 - - set pixel grayscale: 0x82 + - size: `0x73 ` -> ` ` + - help: `0x68` -> help message (in UTF-8) + - get pixel: `0x20 ` -> ` ` + - set pixel rgb: `0x80 ` + - blend pixel rgba: `0x81 ` + - set pixel grayscale: `0x82 `