ILI9481 #1093
-
|
Hi. Does the ILI9341 driver module for the display work with the ILI9481 driver? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Yes, the ILI9341 driver module implements the MIPI display commands over SPI. It works with many different display modules from different manufacturers, for example the ST7789, that support the same command set and transport. The ILI9481 supports bigger screens than ILI9341 (320x480 v. 240x320), but is otherwise the same. With the appropriate configuration for your LCD panel, it should work with ILI9481. The documentation for the Moddable SDK's ILI9341 driver covers more details about capabilities and configuration. |
Beta Was this translation helpful? Give feedback.
Yes, the ILI9341 driver module implements the MIPI display commands over SPI. It works with many different display modules from different manufacturers, for example the ST7789, that support the same command set and transport. The ILI9481 supports bigger screens than ILI9341 (320x480 v. 240x320), but is otherwise the same. With the appropriate configuration for your LCD panel, it should work with ILI9481.
The documentation for the Moddable SDK's ILI9341 driver covers more details about capabilities and configuration.