Hi~~
The Develop Platform is PandaBoard ( OMAP4460 )
I have a question about sending initial code to Panel.
according to ILI9486 Panel SPEC ( IM0=0 IM1=0 IM2=0 Mode=8080 18-bit bus interface DB[17:0] )
We need to send some initial code for panel through DB[0:17] haven't use SPI interface.
My question is that how to set command and parameter to DB[0:17] on Panda board?? (I have modify panel-generic-dpi.c)
IM2 | IM1 | IM0 | MPU-Interface Mode | WRX | RDX | D/CX | Function | |
0 | 0 | 0 | Rising | H | L | Write Commad Code | ||
8080 MCU 18-bit bus interface | H | Rising | H | Read internal status | ||||
Rising | H | H | Write parameter or display data. | |||||
H | Rising | H | Reads parameter or display data |
Here is the timing for write and read data
Could you give us some sample code about initial ILI9486 panel??
EX: command 29h D/CX = 0 DB[0:17] = 00101001
command 51h parameter FFh D/CX =0 DB[0:17] = 01010001 D/CX =1 DB[0:17] = 11111111
.............
thanks your support.