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
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#223
0 commit comments