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
|
||||
classDiagram
|
||||
|
||||
displayTex <|-- Adafruit_ST7796S_kbv
|
||||
loop <-- displayTex
|
||||
displayText <|-- Adafruit_ST7796S_kbv
|
||||
|
||||
class displayTex{
|
||||
|
||||
class displayText{
|
||||
+text
|
||||
+color
|
||||
+size
|
||||
+posx
|
||||
+posy
|
||||
+void writeText()
|
||||
-int bottomText(char* text)
|
||||
-void printWordsFull(char* text)
|
||||
-int centerText(char* text)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user