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

Added support for color depth #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

RadJaz
Copy link

@RadJaz RadJaz commented Mar 5, 2016

I added support for color depth because sharp sells a memory LCD with a color depth of 3. I have tested this library on that LCD with a feather m0 and it works. The part number for this LCD is LS013B7DH06 and is compatible with existing sharp memory LCD breakout boards.

@dhiltonp
Copy link

I fixed a whitespace issue and reverted to the included swap defines.

At least with Arduino 1.6.9, the global "swap" define doesn't seem to exist.

https://github.com/dhiltonp/Adafruit_SHARP_Memory_Display/tree/radjaz-changes

@damarbo33
Copy link

The definition is not correct in the header. I see:

define SHARPMEM_LCDDEPTH (1)

and should be:

define SHARPMEM_LCDDEPTH (3)

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

Successfully merging this pull request may close these issues.

3 participants