Updated new colors
7
Home.md
7
Home.md
@ -14,8 +14,9 @@ const int16_t width = espgui::renderRichText("Color &1red &2green &3blue", 50, 5
|
||||
| `&1` | Sets the color to  `TFT_RED` |
|
||||
| `&2` | Sets the color to  `TFT_GREEN` |
|
||||
| `&3` | Sets the color to  `TFT_BLUE` |
|
||||
| `&4` | Sets the color to  `TFT_BLACK` |
|
||||
| `&5` | Sets the color to  `TFT_WHITE` |
|
||||
| `&6` | Sets the color to  `TFT_GREY` |
|
||||
| `&4` | Sets the color to  `TFT_YELLOW` |
|
||||
| `&5` | Sets the color to  `TFT_BLACK` |
|
||||
| `&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 |
|
Reference in New Issue
Block a user