Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get the source code for ST7262 ? #62

Open
eagl1 opened this issue Jun 25, 2024 · 1 comment
Open

How to get the source code for ST7262 ? #62

eagl1 opened this issue Jun 25, 2024 · 1 comment

Comments

@eagl1
Copy link

eagl1 commented Jun 25, 2024

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
Copy link
Collaborator

Lzw655 commented Jun 26, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants