diff --git a/Home.md b/Home.md index 300c34f..d653479 100644 --- a/Home.md +++ b/Home.md @@ -19,4 +19,7 @@ const int16_t width = espgui::renderRichText("Color &1red &2green &3blue", 50, 5 | `&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 +| `&&` | Prints single `&` character without changing anything else | +| `&s` | Changes to *small* font `2` | +| `&m` | Changes to *medium* font `4` | +| `&f` | Restores original font size | \ No newline at end of file