lovyan03 / LovyanGFX

SPI LCD graphics library for ESP32 (ESP-IDF/ArduinoESP32) / ESP8266 (ArduinoESP8266) / SAMD51(Seeed ArduinoSAMD51)
Other
1.02k stars 187 forks source link

support for hx8369a lcd? #514

Closed zhjygit closed 2 months ago

zhjygit commented 3 months ago

Now, Panel_HX8357.hpp is ok, however my lcd is hx8396a,how could the lovyanGFX support the hx8396a? Waiting for you reply.

tobozo commented 3 months ago

how could the lovyanGFX support the hx8396a?

if two panel products are from the same line it can be achieved by implementing a variant in the Panel_HX8357 according to the product specs sheet of the X8357 device

however this product reference doesn't seem to exist on aliexpress, google or amazon

zhjygit commented 3 months ago

how could the lovyanGFX support the hx8396a?

if two panel products are from the same line it can be achieved by implementing a variant in the Panel_HX8357 according to the product specs sheet of the X8357 device

however this product reference doesn't seem to exist on aliexpress, google or amazon

Sorry sir, it is hx8369a. Here is the document: HX8369-A_DS_preliminary_v01_100713.pdf esp32-s3-wroom-1_wroom-1u_datasheet_cn.pdf 屏幕规格书.pdf

tobozo commented 3 months ago

thanks, found more results with "HX8369-A" term indeed :+1:

this appears to be the most readable example for this model, if you've already set the wiring, then you can start poking around with Panel_HX8357 files to see what happens, if they're from the same device family it should be as simple as replacing the start initial sequence

github-actions[bot] commented 2 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 2 months ago

This issue has been automatically closed because it has not had recent activity. Thank you for your contributions.