integrate the tft driver into the code

This commit is contained in:
2024-09-18 17:14:24 -05:00
parent fd351d0934
commit 3561117a56
10 changed files with 537 additions and 21 deletions
+8
View File
@@ -0,0 +1,8 @@
menu "BLK_BOX Config"
config USE_NEW_DISPLAY
bool "use new TFT display"
default y
help
Whether or not you have a new TFT display.
Incorrectly selecting may result in wrong colors.
endmenu