Switch Science Reflective LCD Display Wiring Guide
August 3, 2023 · View on GitHub
Copyright 2018 Moddable Tech, Inc.
Revised: October 23, 2018

Specs
| Part | 2858: JDI - REFLCD - 128 |
| Size | 1.28", 176 × 176 |
| Type | Color reflective LCD (no backlight) |
| Interface | SPI |
| Drivers | video lpm013m126a, no touch |
| Availability | 1.28" Switch Science Color reflective LCD |
| Description | Moddable purchased this display in Tokyo. Here is some info on the display. |
Moddable example code
The balls example is good for testing this display. To run a debug build, use the following build command:
cd $MODDABLE/examples/piu/balls
mcconfig -d -m -p esp/switch_science_reflective_lcd
ESP8266 pinout
| Switch Science LCD | ESP8266 | ESP8266 Devboard label |
|---|---|---|
| 14 - SCLK | GPIO 14 | (D5) |
| 13 - SI | GPIO 13 | (D7) |
| 15 - SCS | GPIO 15 | (D8) |
| DISP | 3.3v | |
| GND | GND | |
| VIN | 3.3v |
