Shopping Cart

Your cart is empty.

Your cart is empty.

3Pcs 1.28 Inch TFT LCD Display Module Round GC9A01 Driver IPS LCD Screen Module Circular 4 Wire SPI Interface for Arduino

Free shipping on orders over $29.99

$18.95

$ 9 .99 $9.99

In Stock

About this item

  • 1.28-inch circular TFT display module with built-in GC9A01 driver chip
  • Communicate using SPI interface with a resolution of 240x240, Pixel size: 0.135x0.135mm
  • 65K color display for a clear display of color images on the arduino screen
  • Screen type: IPS; Working voltage: 3.3V/5V; Communication interface: 4-wire SPI
  • Positioning method: M3 screw (fixed to the copper column); Module size: 36 * 38.8 * 9.4mm



Product Description

JESSINIE-posters
JESSINIE-posters
JESSINIE-posters

  • We delivering products that are designed to elevate your projects to the next level. Whether you are a hardware engineer,hobbyist, student, or professional.
  • Our development boards and components are here to help.

  • Welcome to JESSINIE, for development boards and electronic components.
  • At JESSINIE, we providing a wide range of development board modules, displays, sensors, electronics, power accessories, and DIP sockets to meet your project needs.

  • At JESSINIE, We focus on the importance of reliable and efficient products, we prioritize quality and performance in everything we offer.
  • Choose JESSINIE for your development board and electronic components needs.
  • Thank you for choosing JESSINIE.

  1. GND:Power negative, ground
  2. VCC:Power supply positive, 3.3-5V, need to be consistent with the communication level
  3. SCL:SPI clock signal input port
  4. SDA:SPI data input port
  5. RES:Reset, low enable
  6. DC:Data/command select, low level command, high level data
  7. CS:Chip Select, Low Enable
  8. BLK:Backlight, Suspend Enable Ground Off, Default Pull-Up to 3.3V
 85429

  1. Product Details Arduino Screen type: IPS
  2. Working voltage: 3.3V/5V Communication
  3. interface: 4-wire SPI
  4. Resolution: 240x240 Pixel
  5. size: 0.135x0.135mm
  6. Display area: 32.4mm in the middle
  7. Driver chip: GC9A01 Working current: 20ma (typical) Interface
  8. model: PH2 0-8P/FPCO 5-8P Equipped with one PH2.0 to DuPont female head wire
  9. Positioning method: M3 screw (fixed to the copper column)
  10. Module size: 36 * 38.8 * 9.4mm/1.41*1.53*0.37inch

  1. 1, the module is compatible with 3.3V and 5V power supply, and the board contains a level shifter chip, but it should be clear that the user communication level and power supply voltage needs to be the same, after testing, the arduino 5V level communication with 3.3V power supply will not work, ESP32 After testing, arduino 5V level communication with 3.3V power supply will not work, ESP32 3.3V level communication with 5V and 3.3V power supply test are no abnormality.
  2. The screws used to fix the copper post are M3 screws.
  3. It should be noted that since the copper post is a through-hole and the metal shell at the bottom of the screen is underneath, the user should not screw the screws into the copper post by more than 6mm, otherwise it will lead to the screen warping or cracking at the edges.

Michael
2025-09-05 13:23:35
Each came in a little plastic clamshell box. That was nice. Surprised that 3 of 3 as working (so far) after reading reviews of these sorts of displays from other sellers. Hopefully it stays that way!
James E. Kemp
2025-09-01 15:59:24
The media could not be loaded.
mackenzie
2025-07-21 10:36:55
Ok bad up front you’ll face head winds with community support. Frustrating as that maybe, the tech support from supplier was nothing short of exemplary. Elated to be wrong about my first review. However once it works this thing is going to set your next project to a different level of amazing.
John B
2025-07-15 17:58:11
It’s unclear if the product is faulty as it does not appear to work. I have adjusted the wiring to match similar products using the GC9A01 chip. All three modules have a slightly different behaviour.
Jon
2025-06-03 11:17:59
Pls help
daniel
2025-02-11 09:46:55
Very good
Noah Curoe
2024-12-25 14:23:16
I previously was using a different version of these display modules but the extra Z height from the soldered header on the PCB cutout was annoying for integration. I bought this set instead since it cleanly routes the connection to the back of the display, and also comes with the bonus of having threaded posts already applied for mounting. I've confirmed the display works with both the Adafruit GFX and LovyanGFX libraries using an ESP8266 dev board.There are a few things that would improve these modules. First, I think it would be nice for the provided cables to use male dupont connections instead of female, so they can be connected to a breadboard. For integration, I'm going to crimp on my own connector anyways, so it would be nice if the out-of-the-box connection was more useful during the prototyping stage.Second, the mounting posts do not have end stops. If you use a screw that is too long, you can accidentally screw through the PCB and push out the display and damage it. I accidentally did this but caught it and stopped myself before destroying the display. Ideally the threaded posts should be closed at the end.One smaller nitpick, the provided documentation (linked under "Product description" in case you initially missed it like I did) does not show the distance between the threaded posts. There is enough information to calculate it from what's given and you can verify with a caliper, but it would be nice to have that information provided as that is the most important measurement for mounting this display centrally on some object. English documentation would also be a plus but not a huge deal.If you are having troubles, make sure your connections between the display and your microcontroller are not too long, that you are correctly toggling Chip Select, and that your SPI interface is configured correctly with your library. In particular I tried inserting wire extensions into the provided cable to connect it to a breadboard, but this caused the connection length to be too long (or maybe the contact was flakey and it would have worked fine with a proper wire) and the display wouldn't process commands until I connected it directly to the microcontroller without any extensions.