Merge branch 'main' of gitlab.fdmci.hva.nl:propedeuse-hbo-ict/onderwijs/2023-2024/out-a-se-ti/blok-3/qaajeeqiinii59
This commit is contained in:
@@ -67,16 +67,18 @@ We aren't using the cs2 and the pen pin because we arent utilizing the touch fun
|
|||||||
```mermaid
|
```mermaid
|
||||||
classDiagram
|
classDiagram
|
||||||
|
|
||||||
displayTex <|-- Adafruit_ST7796S_kbv
|
displayText <|-- Adafruit_ST7796S_kbv
|
||||||
loop <-- displayTex
|
|
||||||
|
|
||||||
class displayTex{
|
|
||||||
|
class displayText{
|
||||||
+text
|
+text
|
||||||
+color
|
+color
|
||||||
+size
|
+size
|
||||||
+posx
|
+posx
|
||||||
+posy
|
+posy
|
||||||
+void writeText()
|
+void writeText()
|
||||||
|
-int bottomText(char* text)
|
||||||
|
-void printWordsFull(char* text)
|
||||||
-int centerText(char* text)
|
-int centerText(char* text)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user