Display E-Paper Attiny 3224 not show graphics #791
Replies: 4 comments 7 replies
-
Are you able to add your code here? |
Beta Was this translation helpful? Give feedback.
-
the code contains several files please follow this link. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I ran it, I used a different library. |
Beta Was this translation helpful? Give feedback.
-
hi
Please help me, I can't start the display.
I have Waveshare Display E-paper 1.54 V2.
I am using the GX-epd library
https://www.waveshare.com/wiki/1.54inch_e-Paper_Module_Manual#User_Guides_of_Arduino
I would like to connect with Attiny serries2 3224
The program compiles and loads, but the display shows nothing, I don't know what I'm doing wrong. I checked with Arduino pro mini 3.3V and it works. These are connections to Arduino. I tried with Attina and it shows nothing.
VCC - 3.3V
DIN - D11
CLK - D13
CS - D10
DC - D9
RST - D8
BUSY - D7
I connect Attiny3224
DIN - 8 (MOSI)
CLK - 10 (SCK)
CS - 0 (SS)
DC - 6( select)
RST - 1(select)
BUSY - 3(select)
Please help
Beta Was this translation helpful? Give feedback.
All reactions