-
Notifications
You must be signed in to change notification settings - Fork 13
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
Would appreciate support for EPD_4in2 #18
Comments
Hi, i think you used the wrong c file to understand the spec :-). There are a lot of defines (but they dont use them in there methodes) I hope that helps you to understand the command table in the spec. |
@eXoCooLd Thanks this does help! Why do they have the defines and then not use them? Also, in EPD_4IN2_SendCommand(0x01); // POWER SETTING
EPD_4IN2_SendData(0x03);
EPD_4IN2_SendData(0x00);
EPD_4IN2_SendData(0x2b);
EPD_4IN2_SendData(0x2b); And then in the table I see the following: Why are they sending |
I don't know why they don't user there defines (code quality?) They send Data (Values for voltage, timing ...) See page 13 in the Spec. |
Hi eXoCooLd i am getting some blurred image. could you help me with required steps to add support. Thanks & Regards |
Hi @chlaxmaiah can you share your forked code, maybe you just missed a small detail. :-) |
Hi @eXoCooLd . shared the waveshre folder where I have added device support. please review and let me know the steps to add the support for new device 2.7 |
Also uploaded example fies |
Spec https://www.waveshare.com/w/upload/6/6a/4.2inch-e-paper-specification.pdf
Link to C example https://github.com/waveshare/e-Paper/blob/master/RaspberryPi_JetsonNano/c/examples/EPD_4in2_test.c
I tried to make my own configuration, but I dont really understand how to read the command table in the specs as I am a noob.
The text was updated successfully, but these errors were encountered: