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

Installing on a LILYGO ESP32 e-paper display? #1

Open
Vansick1 opened this issue Jul 18, 2022 · 3 comments
Open

Installing on a LILYGO ESP32 e-paper display? #1

Vansick1 opened this issue Jul 18, 2022 · 3 comments

Comments

@Vansick1
Copy link

I have the above display / ESP32 combo, and I'm wondering how I would go about adapting the code to work on it. I understand that the SD card pins would have to be reassigned; how would I get the terminal to be outputted to the e-paper display? Is this trivial or more complicated than I am understanding?

@drorgl
Copy link
Owner

drorgl commented Jul 18, 2022

You can change the SD card pins in sdmount.c.
The display on ESP32 is UART you can find it in uartconsole.h based.
You'll need to use a line writer with scroll so it will emulate a terminal.

@Vansick1
Copy link
Author

When you say that the display on the ESP32 is UART, do you mean the default is UART? Does that apply to the LILYGO?

Where is the text output handled in your code? I'll need to know that to implement the scrolling terminal feature

Additionally, is the USB interface utilized in your code? And is network support still in progress, or has that been added?

@drorgl
Copy link
Owner

drorgl commented Jul 21, 2022

The text output is handled in uartconsole.h on ESP32.

The USB interface non existant on ESP32, only ESP32-S2 and up. unless you mean the USB-UART which is connected to the UART.

I'm not working on network at this time, If you wish to work on it, I welcome pull requests.

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