From dec48091f4a9ab20304d1a7048e361d1827f4d0a Mon Sep 17 00:00:00 2001 From: Sam Hos Date: Mon, 11 Mar 2024 14:19:42 +0100 Subject: [PATCH] Typo --- docs/node-documentation/TFT-screen.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/node-documentation/TFT-screen.md b/docs/node-documentation/TFT-screen.md index 457c281..1b4c733 100644 --- a/docs/node-documentation/TFT-screen.md +++ b/docs/node-documentation/TFT-screen.md @@ -67,10 +67,10 @@ We aren't using the cs2 and the pen pin because we arent utilizing the touch fun ```mermaid classDiagram -displayTex <|-- Adafruit_ST7796S_kbv -loop <-- displayTex +displayText <|-- Adafruit_ST7796S_kbv -class displayTex{ + +class displayText{ +text +color +size