-
Notifications
You must be signed in to change notification settings - Fork 36
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
Can you please provide a wiring diagram for using on an Arduino or ESP32 #1
Comments
Yes, it only support spi |
But WHY are the pins labeled for i2c, if the display only supports SPI ??? |
Yes, a wiring diagram would be nice. |
I need it for ESP8266 (sry for hijacking this thread) |
Did you get it working? Im trying to get working with ESPHOME. I tried using SDA as MOSI and SCL as CLK, but no joy.
|
I think: |
I doubt this will work... while the the display I think at base is the same (gooddisplay) things are different... did you get the display working with the esp32 example? I have a similar issue see #2 |
also I suggest to try as model 2.13in-ttgo-dke this seems to match the number that weact is using. you can check the example folder and the lib for the exact numbers https://github.com/ZinggJM/GxEPD2 |
No Sorry i didnt. It showed my hello world, but then started flashing and showing heaps of noise. So i guess my pinout is correct, but this model didnt work in ESPHOME |
Im tried all the models in ESPhome without any luck. But ill try again. |
indeed that indicates the screen is working. a link to the example you tried and the pinout you used will be useful. also to double check you are using bw only model. |
the pinout from the esp32 example is |epd | esp32| |
just to update with the above connection and following esphome i got the 2.13 inch bw working
|
Does it work with raspberry pi? I could not make it work with waveshare 2.13 display python code. Can you please help? |
Thanks for the wiring diagram! By the way what tool do you @MarAlMe use to make this pretty diagram above, it looks amazing? |
Thank you @OperatorB, its just Gimp 😎 |
I have tried to connect, but the pins are labeled for i2c, but a lot of the other example are SPI.
Can i use SPI to interface with this board?
The text was updated successfully, but these errors were encountered: