From c782b80fa1d8241d52e62f70f1336e9c078a5103 Mon Sep 17 00:00:00 2001 From: ede1998 Date: Mon, 20 Jul 2026 17:31:22 +0200 Subject: [PATCH] Update NFC Payload Layout --- NFC-Payload-Layout.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/NFC-Payload-Layout.md b/NFC-Payload-Layout.md index f6d2033..6ad4859 100644 --- a/NFC-Payload-Layout.md +++ b/NFC-Payload-Layout.md @@ -33,4 +33,15 @@ flowchart LR | Card | Event bytes | Palette byte | UUID suffix | Quote text | | --- | --- | --- | --- | --- | | Blue Portal | `E9 24` | `01` | `47 F2` | `Speedy thing goes in` | -| GLaDOS | `E9 24` | `03` | `DA 45` | `The cake is a lie` | \ No newline at end of file +| GLaDOS | `E9 24` | `03` | `DA 45` | `The cake is a lie` | + + +## Details on image data + +- 38x38px +- 8 color palettes x 16 colors +- Pixel encoding? + +## "Official" documentation + +![](https://git.rhetenor.de/rhetenor/creaturedex/raw/commit/af2d1712ae664d5bcc2bb370e2e727e6f501e852/docs/img/nfc-data-layout.png) \ No newline at end of file