I've been looking on aliexpress and found some 3.97" LCD's based on the nt35510/nt35512. They are similar to the FRD39751040V but have different pinouts. Does Frida sell sample/single LCD's anywhere online?
https://www.aliexpress.com/item/IPS-4-0-inch-16M-HD-TFT-LCD-RGB-Screen-with-Adapter-Board-800-480-MCU/32669105821.html https://www.aliexpress.com/item/IPS-3-97-inch-61PIN-3-SPI-24Bit-TFT-LCD-LCM-Color-Screen-with-touch-panel/1764842496.html The linux driver you posted appears to be for MIPI/DSI mode so probably not useful for us. I found this RGB24 initialization driver for u-boot/nt35510. It could be modified for RGB18, then I assume we could just use the sunxi-fb lcd linux driver? http://lists.denx.de/pipermail/u-boot/2013-August/161006.html On 10/17/2016 01:01 PM, Luke Kenneth Casson Leighton wrote: > On 10/16/16, Luke Kenneth Casson Leighton <[email protected]> wrote: > >> take a look at frida's LCDs, we have the advantage of being in touch >> directly with marco, the possibility of group buys, etc. etc. >> datasheets all here: >> http://rhombus-tech.net/suppliers/shenzen/frida_lcd/ > > joseph update page i found the NT35510 datasheet it looks like it can > do SPI (am checking with marco) which makes it perfect for the > hybrid-phone i want to do, if you use this one as well FRD39751040V > then we can do a group buy between the three projects. it's 800x480 > and it's IPS. > >>> Also, I see you are not using SSD2828 for RGB to MIPI conversion >>> anymore. This week I finished up a preliminary schematic for a SSD2828 >>> testing/breakout board. I briefly started the layout and began to have >>> second thoughts. It seems like too much work to incorporate it. I'm >>> now looking for ~4 inch RGB LCD's instead. > > _______________________________________________ > arm-netbook mailing list [email protected] > http://lists.phcomp.co.uk/mailman/listinfo/arm-netbook > Send large attachments to [email protected] > _______________________________________________ arm-netbook mailing list [email protected] http://lists.phcomp.co.uk/mailman/listinfo/arm-netbook Send large attachments to [email protected]
