Commit 8ee9c9b
fix(lcd): correct conditional compilation logic for ST7701 driver
- Fix conditional check to include MIPI-DSI alongside RGB support
- Update error message to accurately reflect supported interfaces
- Resolve incorrect rejection of MIPI-DSI interface configuration
The conditional compilation was missing MIPI-DSI check, causing the
driver to incorrectly reject valid MIPI-DSI configurations despite
the underlying implementation supporting both RGB and MIPI-DSI.
Closes #2231 parent 480b1bb commit 8ee9c9b
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
| 73 | + | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments