From af7b392df30467c6139e84e32928dffae7313bd6 Mon Sep 17 00:00:00 2001 From: Daniel Brunner Date: Mon, 6 Sep 2021 00:06:12 +0200 Subject: [PATCH] Updated new colors --- Home.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Home.md b/Home.md index f0e53d9..300c34f 100644 --- a/Home.md +++ b/Home.md @@ -14,8 +14,9 @@ const int16_t width = espgui::renderRichText("Color &1red &2green &3blue", 50, 5 | `&1` | Sets the color to ![#ff0000](https://via.placeholder.com/15/ff0000/000000?text=+) `TFT_RED` | | `&2` | Sets the color to ![#00ff00](https://via.placeholder.com/15/00ff00/000000?text=+) `TFT_GREEN` | | `&3` | Sets the color to ![#0000ff](https://via.placeholder.com/15/0000ff/000000?text=+) `TFT_BLUE` | -| `&4` | Sets the color to ![#000000](https://via.placeholder.com/15/000000/000000?text=+) `TFT_BLACK` | -| `&5` | Sets the color to ![#ffffff](https://via.placeholder.com/15/ffffff/000000?text=+) `TFT_WHITE` | -| `&6` | Sets the color to ![#888888](https://via.placeholder.com/15/888888/000000?text=+) `TFT_GREY` | +| `&4` | Sets the color to ![#ffff00](https://via.placeholder.com/15/ffff00/000000?text=+) `TFT_YELLOW` | +| `&5` | Sets the color to ![#000000](https://via.placeholder.com/15/000000/000000?text=+) `TFT_BLACK` | +| `&6` | Sets the color to ![#ffffff](https://via.placeholder.com/15/ffffff/000000?text=+) `TFT_WHITE` | +| `&7` | Sets the color to ![#888888](https://via.placeholder.com/15/888888/000000?text=+) `TFT_GREY` | | `&0` | Restores original color (previously set with `tft.setTextColor()` | | `&&` | Prints single `&` character without changing anything else | \ No newline at end of file