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

SPI SCK and MOSI change #30

Open
AndruKrug opened this issue Apr 24, 2023 · 4 comments
Open

SPI SCK and MOSI change #30

AndruKrug opened this issue Apr 24, 2023 · 4 comments

Comments

@AndruKrug
Copy link

Добавьте, пожалуйста, возможность изменения адресов SCK и MOSI для SPI интерфейса.
У меня используются другие контакты, не смог разобраться как изменить.
"дисплей подключается D0 к SCK, D1 к MOSI"
П.С. не нашёл как буквы Ш и Щ отображаются?

@GyverLibs
Copy link
Owner

В текущей версии дисплей работает только с аппаратным SPI

@AndruKrug
Copy link
Author

Спасибо за быстрый ответ.
В ESP32 есть 2 SPI интерфейса VSPI and HSPI, как их можно использовать?
Вроде они оба аппаратные.

@GyverLibs
Copy link
Owner

#define HSPI_MISO   12
#define HSPI_MOSI   13
#define HSPI_SCLK   14
#define HSPI_SS     15

// ...
SPI.begin(HSPI_SCLK, HSPI_MISO, HSPI_MOSI, HSPI_SS);

@AndruKrug
Copy link
Author

Спасибо, попробую

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