Closed modi12jin closed 2 years ago
https://daumemo.com/ips-capacitive-lcd-on-an-esp32-diy-generator-part-8/
According to the seller, the LCD has IPS panel, which has great viewing angles. Also, it has resolution of 480×320 which might be a bit of a problem when used with not so powerful MCU such as ESP32. It has 8080 (MIPI-DBI Type B) interface for sending image data to the LCD. It also should have an SPI connection, but I haven’t tried it, and what is more, according to the LCD driver’s datasheet, it doesn’t support sending image data through the SPI (only commands for setting up the display).
As mentioned in the description it can be interfaced by 8 or 16 data bit lanes and because ESP32 has a few available pins, 8-bit interface was used. Through this interface you can send 16, 18 or 24 bits per pixel which means that you can get up to 16M of colors from this LCD (provided you have enough of the MCU resources).
@nopnop2002 this might help
LiangHaoCai-3.5 inch IPS-40p-R61529A-data package.zip
@nopnop2002 China Taobao store, the information given by the seller.
I can't find "TFT Shield" that using R61529.
The product you have shown is not common.
@nopnop2002 This screen can be purchased at Buy on Aliexpress
https://github.com/daumemo/IPS_LCD_R61529_FT6236_Arduino_eSPI_Test/issues/1
@nopnop2002 Compatibility may exist
@nopnop2002 My friend tested it and there is compatibility. Thank you
@nopnop2002 Hello, I wonder if you have any plans for R61529 support?