1.3" SPI Colour Round LCD (240x240) Breakout

by Pimoroni

High-res and vibrant, with sweet viewing angles (IPS), this 1.3" round LCD screen will add some stylish curves to your Raspberry Pi projects.

ow … ound … round … ground - this unconventional round display is ideally shaped for things like watch faces, speedometers and displaying data in interesting circular ways like pie charts and polar area graphs. You could also use it to add animated eyes to cosplay masks, build a moon phase tracker or just for displaying all the best round GIFs of pizzas, hypnotic spirals and chonky animals.

Like our smaller 0.9" and our squarer 1.3" LCD breakouts, it's an IPS display so it has great viewing angles and it's super-crisp and bright. It's driven by SPI and you should be able to run it at up to ~60FPS, although we've found that anywhere from 10FPS looks good for most uses.

You can use this breakout completely solder-free with our Breakout Garden HAT with SPI, Breakout Garden Mini with SPI or Breakout Garden 400.

Specifications

  • 1.3" colour round LCD
    • 240x240 pixels (~260 PPI)
    • Active area: 32.4mm diameter circle
    • ST7789 driver chip
  • SPI interface
  • 3.3V or 5V compatible
  • Reverse polarity protection
  • Compatible with all models of Raspberry Pi (Python library)
  • Compatible with Raspberry Pi Pico (C++/MicroPython libraries)

      Software

      This breakout uses the same ST7789 library as the square version. The library makes it straightforward to display images, text or graphics, and even display animated GIFs! If you're using a Raspberry Pi, you can install it with:

      sudo pip3 install st7789

      You may also need to enable I2C and SPI in raspi-config.

      When running the generic examples, you'll need to specify that you're using a round display to offset the screen correctly, e.g.

      python3 gif.py deployrainbows.gif round

      You can also use this breakout with Raspberry Pi Pico and other RP2040 boards, using C++ or Pirate brand MicroPython.

      Connecting to a Raspberry Pi

      If you're not using a Breakout Garden, then this is how to connect your LCD Breakout up to your Raspberry Pi.

      Our Python library is set up to use SPI 0 by default on the Pi (BCM 7 for CS, BCM 11 for SCK, and BCM 10 for MOSI), BCM 9 for DC, and BCM 19 for the backlight.

      Here's which pins to connect between your 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 7
      • SCK to BCM 11
      • MOSI to BCM 10
      • DC to BCM 9
      • BL to BCM 19
      • 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.

        Connecting to a Raspberry Pi Pico

        The easiest way to use our SPI breakouts with a Raspberry Pi Pico is by plugging them into a Pico Breakout Garden Base or a Pico Breakout Garden Pack.

        If you'd rather wire them up to a Pico directly, here's how it goes!

        • 3-5V to any 5V or 3V pin
        • CS to GP17
        • SCK to GP18
        • MOSI to GP19
        • DC to GP16
        • BL to GP20
        • GND to any ground pin

        Notes

          259 customer reviews

          11 hours ago
          Thinking back, just wish I purchased a normal USB-C PSU. cable is too short and it's more expensive than getting a generic one. Otherwise, it's perfectly fine.
          by Ryan about Raspberry Pi 5 Official 27W PSU via REVIEWS.io
          6 days ago
          Works perfectly with my Pi 500, quick delivery and well packaged, solved the issue of the Pi complaining it doesn't have enough power.
          by Anonymous about Raspberry Pi 5 Official 27W PSU via REVIEWS.io
          15 days ago
          Overall, the Raspberry Pi 5 Official 27W PSU is a straightforward, no-fuss solution that ensures your Raspberry Pi 5 gets the power it needs for peak performance, making it a worthwhile purchase for any serious user.
          by Anonymous about Raspberry Pi 5 Official 27W PSU via REVIEWS.io
          24 days ago
          Worth having the proper charger plus being usb c it doubles up for several things. Somehow managed to buy eu plug instead of UK version. Doh
          by guy about Raspberry Pi 5 Official 27W PSU via REVIEWS.io
          25 days ago
          For the type of output the psu is worth the price. Obviously not just RPi 5 specific. It can be used with many other devices taking power from USB-c
          by Luca about Raspberry Pi 5 Official 27W PSU via REVIEWS.io
          a month ago
          The increased power output is a great benefit and obviously necessary to meet the demands of the Pi5. It also helps provide a little more juice for a Pi4, useful if it's being run from a USB-connected SSD. The only possible gripe is that it could benefit from an inline switch - as it is power to the Pi is disconnected only by physically pulling the PSU out of the wall socket or the Pi itself, the latter option obviously increasing the risk of damaging the power inlet on the Pi board.
          by Euan about Raspberry Pi 5 Official 27W PSU via REVIEWS.io

          User photos