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

lib/LilyGo-EPD47-esp32s3/src/utilities.h does not compute... #5

Open
Starbane opened this issue Jan 16, 2025 · 1 comment
Open

lib/LilyGo-EPD47-esp32s3/src/utilities.h does not compute... #5

Starbane opened this issue Jan 16, 2025 · 1 comment

Comments

@Starbane
Copy link

at least in my brain!

in file lib/LilyGo-EPD47-esp32s3/src/utilities.h where GPIO pins are mapped to defines the GPIO_NUM_48 is very popular indeed!

#define BUTTON_1   (48)
#define KEY_BTN  (48)

These I understand as aliases but

#define GPIO_SCLK  (48)

I have a bigger problem to grasp. For that matter I can not find any reference to any of:

#define GPIO_MISO  (45)
#define GPIO_MOSI  (10)
#define GPIO_SCLK  (48)
#define GPIO_CS    (39)

in the repo. Is the device equipped with a GPIO over SPI chip? It is a very elusive one if so.

Please at least advice...

Thanks in advance
Mikael

@ShallowGreen123
Copy link
Collaborator

Very sorry, these are some useless definitions, not deleted in time; The correct pin definition has been updated.

https://github.com/Xinyuan-LilyGO/T5S3-4.7-e-paper-PRO/blob/master/lib/LilyGo-EPD47-esp32s3/src/utilities.h

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