> **Source:** Core Electronics is an Australian maker-electronics retailer and manufacturer based in Newcastle, NSW, run by a team of makers and educators. We design and manufacture our own product lines (PiicoDev, CE originals) and are official retailers for iconic maker and industrial brands including Raspberry Pi, Arduino, Adafruit, SparkFun and DFRobot. Orders ship Australia-wide from our Newcastle warehouse. Prices are in AUD and include GST. Pricing, stock and dispatch on this page are generated from the store's live catalog. Full machine-readable index: https://core-electronics.com.au/llms.txt

# Pimoroni 0.96" SPI Colour LCD (160x80) Breakout

**Type:** Product page · **SKU:** CE06391 · **Brand:** [Pimoroni](https://core-electronics.com.au/brands/pimoroni-australia) · **GTIN:** 606034878846
**Page:** https://core-electronics.com.au/pimoroni-0-96-spi-colour-lcd-160x80-breakout.html ([markdown](https://core-electronics.com.au/pimoroni-0-96-spi-colour-lcd-160x80-breakout.html.md))

A handy lil' LCD to add readouts to your projects. This 0.96" SPI LCD has a 2:1 widescreen aspect ratio, has great viewing angles (IPS), and works with Raspberry Pi or Arduino.

## Pricing

- **Price:** $40.20 (inc GST) — $36.55 AUD, exc GST
- **Quantity discounts:** 10+ $35.08 (exc GST) · 25+ $33.99 (exc GST)

## Availability & dispatch

- Available with a lead time — expect dispatch between Aug 27 and Sep 01.

## How to buy

- **Build a cart:** compose `https://core-electronics.com.au/cart/link?items=CE06391:1` (comma-separated SKU:qty pairs) and share the link. Opening it shows a confirmation page with live pricing and stock before anything is added to the cart.
- **Verify the cart first:** fetch `https://core-electronics.com.au/cart/link/CE06391:1.md` for live line prices (inc & exc GST, quantity discounts applied), stock and dispatch estimates, and totals. Append `/to/{AU-postcode}` (or `/to/{country-code}:{postcode}`) before `.md` for delivery options and prices to that destination. Unknown, retired, or out-of-stock SKUs are flagged. (Query form `cart/link.md?items=...` also works but some robots parsers refuse query strings here.)
- **Checkout** is completed on-site and includes a captcha at the payment step. Share the cart link; checkout takes it from there.
- **Search the catalogue:** `https://core-electronics.com.au/search/{query}.md` (URL-encode the query; pages 2-3 at `search/{query}/{page}.md`; `search.md?q=` also works)
- **Payment methods, purchase orders, policies and contact details:** https://core-electronics.com.au/llms.txt
## Description

A handy lil' LCD to add readouts to your projects. This 0.96" SPI LCD has a 2:1 widescreen aspect ratio, has great viewing angles (IPS), and works with Raspberry Pi or Arduino.

The display is great for displaying tidbits of information like timers, clocks, sensor readings, and more. Why not use it to display the IP address of a headless Raspberry Pi, so that you don't have to connect a full display or fiddle around with nmap?

Despite being so diminutive, this LCD is a gorgeous little display. It's bright, has great resolution and, because it's an IPS panel, it has wide viewing angles and looks great whichever way you look at it. It's driven by SPI and you should be able to run it at up to ~50FPS, although Pimoroni has found that anywhere from 10FPS looks good for most uses.

*Note that this breakout is not compatible with our current Breakout Garden (more news on that front soon!), since it uses SPI rather than I2C, and has 7 pins rather than 5 like most of our other breakouts.*

### Features

- 0.96" colour LCD (160x80 pixels)
- SPI interface
- 3.3V or 5V compatible
- Reverse polarity protection
- Requires soldering
- Compatible with all models of Raspberry Pi and Arduino
- [Python library](https://github.com/pimoroni/st7735-python)
- Dimensions: 29.1x25.9x5.4mm

### Display specifications

- 160x80 pixels (~190 PPI)
- 10.8x21.7mm active area
- 400cd/m2 luminance
- 800:1 contrast ratio
- 160° viewing angle (horizontal and vertical)
- ST7735S driver chip

### Software

Pimoroni has [adapted an existing Python librar](https://github.com/pimoroni/st7735-python)y to drive this display. The library makes it straightforward to display images, text or graphics, and even display animated GIFs! There's a one-line-installer to get the library all set up for you. Just open a terminal and type: curl https://get.pimoroni.com/st7735 | bash

### Connecting to your Raspberry Pi

Pimoroni's library is set up to use SPI 0 on the Pi (BCM 8 for CS, BCM 11 for SCK, and BCM 10 for MOSI), BCM 9 for DC, and BCM 18 for the backlight.

Here's which pins to connect between your 0.96" LCD Breakout and your Pi's GPIO (note that it's BCM pin numbering):

- 3-5V to any 5V or 3V pin
- CS to BCM 8
- SCK to BCM 11
- MOSI to BCM 10
- DC to BCM 9
- BL to BCM 18
- GND to any ground pin

You can of course use other pins with your LCD Breakout, but you'll have to change them accordingly when you instantiate the display in your code.

## Images

- [Product image 1](https://core-electronics.com.au/media/catalog/product/0/-/0-96-lcd-breakout-white_6dba69f5-b1ab-48aa-8d30-87e11d84fa13_large.jpg)
