From 7c87b620a3f249bfe0b50eb34ec7181192cb305b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Sat, 18 Apr 2026 21:54:04 +0200 Subject: [PATCH] make trunk 'appy --- src/graphics/niche/docs/README.md | 48 +++++++++++++++---------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/graphics/niche/docs/README.md b/src/graphics/niche/docs/README.md index e154f1bb2..2860e7e09 100644 --- a/src/graphics/niche/docs/README.md +++ b/src/graphics/niche/docs/README.md @@ -748,27 +748,27 @@ Standard AdafruitGFX fonts contain no glyphs below `'\x20'`, so will ignore thes This mapping of emoji to control characters is fairly arbitrary. Selection was influenced by [PR #3940 Oled screen emojis](https://github.com/meshtastic/firmware/pull/3940) and [Emoji Frequency Spreadsheet](https://docs.google.com/spreadsheets/d/1Zs13WJYdZL1pNZP0dCIXkWau_tZOjK3mmJz0KNq4I30/). -| Code Point | Emoji | -| ---------- | ---------------------------------------------- | -| ~~`0x00`~~ | (null term, unused) | -| `0x01` | 👍 | -| `0x02` | 👎 | -| `0x03` | 🙂 | -| `0x04` | 😆 | -| `0x05` | 👋 | -| `0x06` | ☀ | -| ~~`0x07`~~ | (bell char, unused) | -| `0x08` | 🌧 | -| `0x09` | ☁ | -| ~~`0x0A`~~ | (line feed, unused) | -| `0x0B` | ♥ | -| `0x0C` | 💩 | -| ~~`0x0D`~~ | (carriage return, unused) | -| `0x0E` | 🔔 | -| `0x0F` | 😭 | -| `0x1A` | (substitution "⍰", used for unprintable chars) | -| `0x1B` | 🤗 | -| `0x1C` | 😉 | -| `0x1D` | 😏 | -| `0x1E` | 🫡 (saluting face) | -| `0x1F` | 👌 | +| Code Point | Emoji | +| --- | --- | +| ~~`0x00`~~ | (null term, unused) | +| `0x01` | 👍 | +| `0x02` | 👎 | +| `0x03` | 🙂 | +| `0x04` | 😆 | +| `0x05` | 👋 | +| `0x06` | ☀ | +| ~~`0x07`~~ | (bell char, unused) | +| `0x08` | 🌧 | +| `0x09` | ☁ | +| ~~`0x0A`~~ | (line feed, unused) | +| `0x0B` | ♥ | +| `0x0C` | 💩 | +| ~~`0x0D`~~ | (carriage return, unused) | +| `0x0E` | 🔔 | +| `0x0F` | 😭 | +| `0x1A` | (substitution "⍰", used for unprintable chars) | +| `0x1B` | 🤗 | +| `0x1C` | 😉 | +| `0x1D` | 😏 | +| `0x1E` | 🫡 (saluting face) | +| `0x1F` | 👌 |