adafruit / Adafruit_SHARP_Memory_Display

This is an Arduino library for the Adafruit Monochrome SHARP Memory Displays
http://www.adafruit.com/products/1393
Other
60 stars 54 forks source link

Support color depth for 8 colors screen #21

Open eggfly opened 1 year ago

eggfly commented 1 year ago

Replace LS013B7DH06 from Breakout Board and tested. It needs tripled RAM size than mono screen.

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.

eggfly commented 1 year ago

All check passed, please take some time to do a review :) @dhiltonp @PaintYourDragon @tdicola 😄

eggfly commented 1 year ago

@ladyada Hi! Can you assign any team member to review this PR? Thanks!

ladyada commented 1 year ago

hi please start by not changing the object instantiation argument order - thanks! :)

eggfly commented 1 year ago

@ladyada Modified argument order, done!

eggfly commented 1 year ago

Ping! Adafruit does not has a product that uses LS013B7DH06 3 bits color screen, so this PR can't be merge? Is that the reason?

ladyada commented 1 year ago

no, we dont have one. do you have a monochrome display you can verify it still works?