memory-lcd-spi
Features
- Rotation support
- 8-color mode with
Rgb111
color - black/white mode for fast update
Tested
- JDI's LPM013M126A or LPM013M126C, 176x176 1.3inch
- JDI's LPM009M360A, 72x144 0.9inch
Usage
let mut display: = new;
display.set_rotation;
display.clear;
// drawing code with embedded-graphics
display.update;
Or Rgb111
mode:
let mut display: = new;
display.clear;
NOTE:
DISP
pin is not managed by this driver. You should control it by yourself.