From c90fda297733021fbf51ab1c361051d437870272 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 11 Mar 2024 13:52:06 +0100 Subject: [PATCH 1/2] Updated uml tft screen class --- docs/node-documentation/TFT-screen.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/node-documentation/TFT-screen.md b/docs/node-documentation/TFT-screen.md index ffe63b0..457c281 100644 --- a/docs/node-documentation/TFT-screen.md +++ b/docs/node-documentation/TFT-screen.md @@ -77,6 +77,8 @@ class displayTex{ +posx +posy +void writeText() + -int bottomText(char* text) + -void printWordsFull(char* text) -int centerText(char* text) From dec48091f4a9ab20304d1a7048e361d1827f4d0a Mon Sep 17 00:00:00 2001 From: Sam Hos Date: Mon, 11 Mar 2024 14:19:42 +0100 Subject: [PATCH 2/2] 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