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

Trouble in Arduino IDE #4

Open
Anderson69s opened this issue Jul 24, 2017 · 3 comments
Open

Trouble in Arduino IDE #4

Anderson69s opened this issue Jul 24, 2017 · 3 comments

Comments

@Anderson69s
Copy link

Hi, how are you?

I bought a Badger_V4 at Seeedstudio a while ago. I stored it and now that I need to use it again, I can't compile your examples.

I'm using the latest version of Arduino IDE : 1.8.3. Last time, I used version 1.5.6 and had no trouble at all.

If I'm using EPD.h in my code, both versions of Arduino IDE are complainning about a redeclaration of EPD Class.

If I'm using EPD_V2.h, I can compile and upload the code without a problem but nothing appered on the Badger_V4 after a reboot...

I saw that you made commit recently could it be the origin of the problem?

Waiting for your answer,

Best Regards, Alexandre

@osbock
Copy link
Member

osbock commented Jul 25, 2017

Sorry this is a bit of a mess right now.
Pervasive devices stopped making the display we originally used (It had a so called COG 1 driver)
The new displays currently shipped by Seeed use a COG2 driver.
If you have one of the original displays, the new code will compile but won't drive the display.

I haven't refactored the code to work with both, but there is a V1 branch. try checking that out and see if it works for you.

@Anderson69s
Copy link
Author

Thank you, I haven't seen the V1 branch : my bad...

I tested with the right branch and my trouble were gone :-)

@wyojustin
Copy link
Member

wyojustin commented Jul 25, 2017 via email

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

3 participants