esp-arduino-libs / ESP32_Display_Panel

Arduino library of driving display panel for the ESP SoCs
Apache License 2.0
56 stars 13 forks source link

How to get the source code for ST7262 ? #62

Open eagl1 opened 3 days ago

eagl1 commented 3 days ago

Hi,

I have the ESP32-8048S043 which is using ST7262 display driver.

I want to get the c code for this driver, I tried to derive it from the lcd folder but it's not clear.

I want to use the c source code for another project.

Thanks,

Lzw655 commented 3 days ago

Hi @eagl1,

The ST7262 driver in the library only encapsulates the initialization of the RGB interface. Unlike other RGB LCDs, it does not have a 3-wire SPI interface and does not require sending special configuration commands. Therefore, you only need to initialize the RGB interface of the ESP.