We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
fix: The pin definition is vague #5
c33aafb
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
Sorry, something went wrong.
No branches or pull requests
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!
These I understand as aliases but
I have a bigger problem to grasp. For that matter I can not find any reference to any of:
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
The text was updated successfully, but these errors were encountered: