Finish LCD init implementation

This commit is contained in:
maddiebaka
2025-12-20 14:53:22 -05:00
parent 1763303f3c
commit 001d1dfeca
3 changed files with 103 additions and 36 deletions
+6
View File
@@ -49,5 +49,11 @@ menu "Pin Mapping Configuration"
default 240
help
This is the vertical resolution for the front-panel SPI LCD
config TFT_BPP
int "The bits per pixel of the TFT display"
default 16
help
This is the bits per pixel for the TFT display and influences
how much memory the display buffer takes up
endmenu