Skip to content

Commit 0f2580d

Browse files
committed
Add commented out pin definition for display.
1 parent 68b7cc7 commit 0f2580d

File tree

1 file changed

+28
-0
lines changed
  • ports/espressif/boards/lilygo_tdongle_s3

1 file changed

+28
-0
lines changed

ports/espressif/boards/lilygo_tdongle_s3/board.h

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,34 @@
5454
//
5555

5656
// LCD is ST7735 and may need a custom init cmd to use the ILI9341 driver.
57+
// #define CONFIG_LCD_TYPE_ILI9341
58+
59+
// #define DISPLAY_PIN_MISO -1 // required if use CONFIG_LCD_TYPE_AUTO
60+
// #define DISPLAY_PIN_MOSI 3
61+
// #define DISPLAY_PIN_SCK 5
62+
63+
// #define DISPLAY_PIN_CS 4
64+
// #define DISPLAY_PIN_DC 2
65+
// #define DISPLAY_PIN_RST 1
66+
67+
// #define DISPLAY_PIN_BL 38
68+
// #define DISPLAY_BL_ON 1 // GPIO state to enable back light
69+
70+
// #define DISPLAY_PIN_POWER -1
71+
// #define DISPLAY_POWER_ON 1 // GPIO state to enable TFT
72+
73+
// #define DISPLAY_WIDTH 160
74+
// #define DISPLAY_HEIGHT 80
75+
76+
// #define DISPLAY_COL_OFFSET 26
77+
// #define DISPLAY_ROW_OFFSET 1
78+
79+
// Memory Data Access Control & // Vertical Scroll Start Address
80+
// #define DISPLAY_MADCTL (TFT_MADCTL_BGR | TFT_MADCTL_MY | TFT_MADCTL_MV)
81+
// #define DISPLAY_VSCSAD 80
82+
// Display rotated 90 degrees
83+
84+
// #define DISPLAY_TITLE "T-Dongle-S3"
5785

5886
//--------------------------------------------------------------------+
5987
// USB UF2

0 commit comments

Comments
 (0)