You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: esp32/include/esp_lcd/include/esp_lcd_panel_io.h
+1
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,7 @@ typedef struct {
136
136
struct {
137
137
unsigned intdc_low_on_data: 1; /*!< If this flag is enabled, DC line = 0 means transfer data, DC line = 1 means transfer command; vice versa */
138
138
unsigned intoctal_mode: 1; /*!< transmit with octal mode (8 data lines), this mode is used to simulate Intel 8080 timing */
139
+
unsigned intquad_mode: 1; /*!< transmit with quad mode (4 data lines), this mode is useful when transmitting LCD parameters (Only use one line for command) */
139
140
unsigned intsio_mode: 1; /*!< Read and write through a single data line (MOSI) */
140
141
unsigned intlsb_first: 1; /*!< transmit LSB bit first */
141
142
unsigned intcs_high_active: 1; /*!< CS line is high active */
0 commit comments