< div class = "字段field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above”> < div class = "字段标签" >论坛:,< / div > < div class = "字段条目" > < div class =”field-item甚至“rel = " sioc: has_container " > < a href = " /论坛/ dialog-smartbond-bluetooth-low-energy - % E2 % 80% 93 -软件”“=“sioc:容器sioc:论坛”属性= " rdfs: label skos: prefLabel”数据类型= " " >对话框Smartbond蓝牙低能量-软件< / > < / div > < / div > < / div > < div class =”字段field-name-body field-type-text-with-summary field-label-hidden”> < div class = "字段条目" > < div class =”field-item甚至“财产=“内容:编码”> < p >嗨对话团队,< / p > < p > < / p > < p > SDK10.0.10.118 < / p > < p > < / p > < p >am using emWin sample to as a base and adding a new SPI-4wire AMOLED display module and a I2C touch support, //www.xmece.com/products/connectivity/bluetooth-low-energy/smartbond-reference-designs/emwin
By tracing lcdc adapter, and sample of DT280QV10CT, it seems even example are SPI LCD, I saw the phy type of DT280QV10CT is HW_LCDC_PHY_MIPI_SPI4.
However init command are all still LCDC_MIPI_CMD(xx), does it mean LCDC_MIPI_CMD are working with SPI interface display module?
I am a little cofused with LCDC_MIPI_CMD, becasue the real interface for those display should be SPI, right?
Are we able to use LCDC_MIPI_CMD directly or we need to implement a LCDC_SPI_CMD to suuport SPI interface display module? Thank you in advance.