The display connects to the ESP32-C3 via SPI using 8 jumper wires. Use hardware SPI pins (GPIO 8 and 10) for best performance.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/yousifamanuel/clawd-mochi/llms.txt
Use this file to discover all available pages before exploring further.
Wiring table
| Display pin | ESP32-C3 GPIO | Wire color (suggested) |
|---|---|---|
| VCC | 3V3 | Red |
| GND | GND | Black |
| SDA | GPIO 10 (MOSI) | Orange |
| SCL | GPIO 8 (SCK) | Green |
| RES | GPIO 2 | Purple |
| DC | GPIO 1 | Blue |
| CS | GPIO 4 | White |
| BL | GPIO 3 | Yellow |
Pin definitions
These constants are defined at the top ofclawd_mochi.ino:
BL (GPIO 3) controls the backlight. You can toggle it on and off using the “Display on/off” button in the web controller at
http://192.168.4.1.