-
NV3041A—480 RGB x 272 dot TFT LCD Single Chip Driver It comes included in this board |
Beta Was this translation helpful? Give feedback.
Answered by
phoddie
Sep 25, 2024
Replies: 1 comment 1 reply
-
Probably. It looks like the display controller implements the common MIPI command set. MIPI is used by ILI9341 driver (docs here). You'll need to define the SPI pins and initial registers for the display configuration. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
haikyuu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Probably. It looks like the display controller implements the common MIPI command set. MIPI is used by ILI9341 driver (docs here). You'll need to define the SPI pins and initial registers for the display configuration.