Basic T-Deck display support

This commit is contained in:
Mark Qvist 2024-10-03 02:51:54 +02:00
parent 2c93b2a1de
commit fef27b194c
4 changed files with 89 additions and 17 deletions

View file

@ -61,6 +61,8 @@ void setup() {
pinMode(DISPLAY_CS, OUTPUT);
digitalWrite(SD_CS, HIGH);
digitalWrite(DISPLAY_CS, HIGH);
pinMode(DISPLAY_BL_PIN, OUTPUT);
#endif
#endif