Updated Home (markdown)
5
Home.md
5
Home.md
@ -19,4 +19,7 @@ const int16_t width = espgui::renderRichText("Color &1red &2green &3blue", 50, 5
|
||||
| `&6` | Sets the color to  `TFT_WHITE` |
|
||||
| `&7` | Sets the color to  `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 |
|
Reference in New Issue
Block a user