We got the SHARP color memory lcd: LS013B7DH06 (1.33” 128 × 128 SPI ) , which has 8 colors ( Black, Red, Green, Yellow, Blue, Magenta, Cyan, White). Yes, Pebble Time using similar display panel, too.
After bring up the monochrome memory LCD, LS013B4DN04, we still using the breakout board of EA-LCD-007 to connect LS013B7DH06. Please note the voltage of LS013B7DH06 is 5V, but it is ok for debug purpose.
We use Arduino MEGA2560 to control it. Normally, it need a large memory buffer to refresh the display. 128 x 128 x 3 bits color / 8 = 6144 bytes, while it is only 8K RAM in MEGA2560. At last, we refresh it line-by-line by 128 x 3 /8 = 48 bytes.
En lire plus

1.35" 96x96 Sharp Memory LCD Display Module is from Embedded Artists. Refer to the quick start guide from Adafruit, we debug it with arduino MEGA, plus Adafruit examples and GFX library.

To accelerate customers' development, we have developed an adapter shield DM-ADTAU-005.
Laisser un commentaire
Ce site est protégé par hCaptcha, et la Politique de confidentialité et les Conditions de service de hCaptcha s’appliquent.