I have purchased the HY28B display as per the link below, this display uses the ILI9325 controller and has ability to interface via SPI/ 8 bit / 16 bit.
I have previously used the UFTF lib to sucessfully configure another display that uses the ILI9325 controller with an 8 bit interface, however after implementing UTouch this left me with little usable pins, hence I would like to get the above display working via SPI if I can, however it would appear that UTFT only supports this controller (ILI9325C) in 8 bit mode, no serial support.
Anyone have any thoughts on how to get this working, or can I use a nasty hack similar to what is alluded to in the link below for the 1.5" TFT that uses the LPH9135 controller ?
I'm sorry but I don't know what the difference is between SPI 8-bit and SPI 16-bit as it relates to
interfacing techniques. If you have a link to a page that explains it maybe I can follow your discussion.
At the weekend i was looking at the ILI9325 SPI protocol. Now looking at the PCF8833 (which is the controller for the LPH9135) i would say that the SPI protocol is totally different.
I did also look at UTFT.h: The ILI9325 is only supported in 8 Bit or 16 bit parallel mode.
All in all, it seems that UTFT does not support your display in SPI mode.
Well between the glcd.c source that can be downloaded for the display and the custom lib for the 9320 I should be able to cobble something that works..... I note considerable similarity between the two...
Oh I have been tinkering with Arduino's and Raspberrys for over a year now and I have done bits of C programming on and off for years. Didn't really have a need to join the forum till now.... thought it might be a good place to fish for some info on this topic.......