Updated Home (markdown)

2021-09-06 00:35:07 +02:00
parent af7b392df3
commit daea1f3cb0

@ -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 |
| `&&` | Prints single `&` character without changing anything else |
| `&s` | Changes to *small* font `2` |
| `&m` | Changes to *medium* font `4` |
| `&f` | Restores original font size |