Closed eagl1 closed 4 months ago
I did not have this display in hand. In general, try adjust the parameters according to the display data sheet.
I'm trying but it's not working until this moment. Only the backlight worked.
I know it will need more time to get it to work eventually.
I got it to work in ESP-IDF platform, easy RGB example code, only changed the RGB parameters and worked perfectly.
But I don't know what is the difference between your RGB code and the one in the ESP-IDF plattform ? it's almost the same code.
I have a question, if I wanted to copy Arduino_ESP32RGBPanel
library and use it in TFT_eSPI
library. What requirements I have to use along with it ?
Hi,
I just received this 7" blue EA7013 7inch ESP32 display with 16-bit parallel RGB interface. It came with the LVGL demo.
Aliepxress link: https://vi.aliexpress.com/item/1005006484114641.html?src=google&src=google&albch=shopping&acnt=897-548-8760&slnk=&plac=&mtctp=&albbt=Google_7_shopping&gclsrc=aw.ds&albagn=888888&isSmbAutoCall=false&needSmbHouyi=false&src=google&albch=shopping&acnt=897-548-8760&slnk=&plac=&mtctp=&albbt=Google_7_shopping&gclsrc=aw.ds&albagn=888888&ds_e_adid=&ds_e_matchtype=&ds_e_device=c&ds_e_network=x&ds_e_product_group_id=&ds_e_product_id=ar1005006484114641&ds_e_product_merchant_id=5317711677&ds_e_product_country=SA&ds_e_product_language=ar&ds_e_product_channel=online&ds_e_product_store_id=&ds_url_v=2&albcp=20214492666&albag=&isSmbAutoCall=false&needSmbHouyi=false&gad_source=1&gclid=CjwKCAjw-O6zBhASEiwAOHeGxYTqRCD0ri50AKZJN47j9Jb9suMipwUmJOD2MX0R7VtIaGmwPmQHkRoCAE0QAvD_BwE&aff_fcid=aa37169580324b0d9f14e76adc91d4a6-1719451083445-06895-UneMJZVf&aff_fsk=UneMJZVf&aff_platform=aaf&sk=UneMJZVf&aff_trace_key=aa37169580324b0d9f14e76adc91d4a6-1719451083445-06895-UneMJZVf&terminal_id=eccb76f812b4466980f94cb30194a34d&afSmartRedirect=y#nav-specification
This is the display schematic file: EA7013.pdf
I tried to modify the pin arrangement in the object definition to this in this
Arduino_GFX_dev_device.h
file in the demo code:I set the pin mapping according to the schematic diagram. It didn't work, only the backlight worked:
What I'm missing here ?