Commit 4f52b79
committed
esp32-s3-box-3: use the display model matching the actual controller
The board's panel is an ILI9342C, not an ILI9486. mipidsi 0.10 validates
the interface kind per model and rejects ILI9486Rgb565 over SPI (the real
ILI9486 does not support RGB565 on a serial interface), so the display
init panicked with InvalidConfiguration(UnsupportedInterface). The
ILI9342C supports RGB565 over SPI and has the panel's native 320x240
framebuffer size. Verified on hardware, including touch.1 parent 6fdc26a commit 4f52b79
1 file changed
Lines changed: 3 additions & 3 deletions
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
| 326 | + | |
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| |||
0 commit comments