Skip to content

Added support for color depth - #7

Open
RadJaz wants to merge 2 commits into
adafruit:masterfrom
RadJaz:master
Open

Added support for color depth#7
RadJaz wants to merge 2 commits into
adafruit:masterfrom
RadJaz:master

Conversation

@RadJaz

@RadJaz RadJaz commented Mar 5, 2016

Copy link
Copy Markdown

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
Copy Markdown

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
Copy Markdown

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