> **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

# Adafruit TSC2046 SPI Resistive Touch Screen Controller

**Type:** Product page · **SKU:** ADA5767 · **Brand:** [Adafruit](https://core-electronics.com.au/brands/adafruit-australia)
**Page:** https://core-electronics.com.au/adafruit-tsc2046-spi-resistive-touch-screen-controller.html ([markdown](https://core-electronics.com.au/adafruit-tsc2046-spi-resistive-touch-screen-controller.html.md))

Getting touchy performance with your screen's touch screen? Resistive touch screens are incredibly popular as overlays to TFT and LCD displays. Only...

## Pricing

- **Price:** $8.90 (inc GST) — $8.09 AUD, exc GST
- **Quantity discounts:** 10+ $7.85 (exc GST) · 50+ $7.69 (exc GST)

## Availability & dispatch

- Available with a lead time — expect dispatch between Oct 01 and Oct 05.

## How to buy

- **Build a cart:** compose `https://core-electronics.com.au/cart/link?items=ADA5767: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/ADA5767: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

Getting touchy performance with your screen's touch screen? Resistive touch screens are incredibly popular as overlays to TFT and LCD displays. Only problem is they require a bunch of analog pins and you have to keep polling them since the overlays themselves are basically just big potentiometers. If your microcontroller doesn't have analog inputs, or maybe you want just a way more elegant controller, the TSC2046 is a nice way to solve that problem.

This breakout board features the TSC2046, which has an easy-to-use SPI interface available. There is also an interrupt pin that you can use to indicate when a touch has been detected to your microcontroller or microcomputer. It can be powered from 3-5V, so it's safe to use with 3V or 5V logic. It's a nicely designed chip and has very stable precise readings. Adafruit found it's also a lot faster than trying to do all the readings on an Arduino.

For the screens that have 1mm pitch FPC cables, you can plug the cable right into the connector. The majority of medium/large touchscreens have that kind of connector. If you have another kind of touch screen, the four X/Y contacts are available on 0.1" pitch breakouts so you can hand-solder or wire them.

[Getting started is super easy with Adafruit's simple TSC2046 Arduino library](https://github.com/adafruit/Adafruit_TSC2046). [Plug any 1mm-pitch 4-wire resistive touchscreen to the on-board FPC connector](https://core-electronics.com.au/touch-screen-nintendo-dsl-digitizer.html), then use the library example to read touch points with X, Y and Z (pressure) results returned instantaneously. There's an IRQ pin that will drop low when a touch is detected, you can use that to reduce the SPI polling.

They also break out the Busy pin, that lets you know when the chip is still reading, and the Vref pin if you want to read or change the default 2.5V reference voltage. There's also two extra ADC pins you can read, Aux (0V - VRef) and VBat (0V - 2\*VRef).

## Technical Details

Product Dimensions: 29.5mm x 17.7mm x 4.4mm / 1.2" x 0.7" x 0.2"

Product Weight: 2.0g / 0.1oz

## Images

- [Product image 1](https://core-electronics.com.au/media/catalog/product/A/D/ADA5767-1.jpg)
