Round-LCD-HAT

From SB-Components Wiki

Revision as of 11:21, 4 May 2021 by Yatin (talk | contribs) (Created page with "<div class="row"> <div class="large-8 column"> == Round LCD HAT == Round LCD HAT is a 1.28-inch display expansion board module of 240×240 resolution, 65K RGB colors, clear...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Round LCD HAT

Round LCD HAT is a 1.28-inch display expansion board module of 240×240 resolution, 65K RGB colors, clear and colorful displaying effect, with a joystick, designed for Raspberry Pi to expand its engagement via SPI communication by providing standard 40 pins GPIO interface. The Round LCD HAT comes with an embedded GC9A01 Driver and SPI Interface that minimize the required IO pins. It is designed with a 5-input Joystick that will be internally connected to the Round LCD HAT via a stackable GPIO connector header.

Features

  • 240 x 240 Resolution
  • 32.4mm Diameter
  • IPS Display Panel
  • GC9A01 Driver
  • Raspberry Pi series compatibility
  • 4-wire SPI Communication
  • Standard Raspberry Pi 40 Pins GPIO
  • 4 directions + attached band Central press button Joystick Control
  • Specifications

  • Operating Voltage - 3.3 V
  • Pixel Size - 0.135 × 0.135mm
  • Board Dimension - 56mm × 65mm
  • Pixels - 240×240 resolution
  • Display Colour - 65K RGB
  • Driver - GC9A01
  • Pinout

    File:Pico Breadboard Pinout.png

    Installation

    MicroPython

  • Connect Raspberry Pi Pico on female header of Pico Breadboard Kit.
  • Connect USB cable on Raspberry Pi Pico USB port.
  • Use jumper cables to connect Switches , Led's and Buzzer with Raspberry Pi Pico GPIO headers.
  • Now use example code "Test.py" from pico breadboard kit's github repository in any micropython supported ide (preferred thonny ide).
  • Source code : https://github.com/sbcshop/Raspberry-Pi-Pico-Breadboard-Kit
  • Copy paste code in ide and choose interpreter as MicroPython (Raspberry Pi pico).
  • Thonny-interpreter.PNG

  • Click on green play button to run example on Pico Breadboard Kit.
  • Thonny play.PNG

    Resources