SparkFun
Red Vision Touch Display Shield for RedBoard
· MPN: LCD-29986
Add a compact visual interface to your RP2350 RedBoard IoT with this Red Vision touch display shield. It plugs into the standard R3 footprint, giving your Io...
Get notified when back in stock
Add a compact visual interface to your RP2350 RedBoard IoT with this Red Vision touch display shield. It plugs into the standard R3 footprint, giving your IoT project a 2.0" capacitive touch LCD without needing external display cabling.
The board is designed to stack neatly with the SparkFun Red Vision Camera Board via its dedicated mating connector, creating a tidy, wire-free machine vision assembly on top of your microcontroller.
An onboard I/O expander lets the display, and the camera’s extra pins if connected, be controlled over I2C. Hardware compatibility extends to other 3.3V logic RedBoards or R3 Arduino boards with sufficient processing power, while the Red Vision Code Package is currently supported only on the RP2350.
When paired with the RP2350 RedBoard IoT, it works with the SparkFun Red Vision MicroPython package, a MicroPython port of OpenCV for tasks such as object detection, colour tracking and contour analysis. Documentation provided by SparkFun includes schematic, KiCad files, hookup guide, MicroPython files, Red Vision MicroPython Package, SparkFun MicroPython OpenCV, SparkFun MicroPython Firmware Releases and GitHub repository resources.
Features:
- Display: 2" Touch Screen Display
- Resolution: 320x240px Resolution
- Headers: Male R3 Headers (2x 8 pin, 1x 10 pin, 1x 6 pin)
- Camera connection: 2x10 Socket (for connecting a compatible Camera Board)
- Expansion: I/O Expander
- Indicator: Power LED (Red)
Specifications:
- Display: 2" Touch Screen Display
- Resolution: 320x240px Resolution
- Headers: Male R3 Headers (2x 8 pin, 1x 10 pin, 1x 6 pin)
- Camera socket: 2x10 Socket (for connecting a compatible Camera Board)
- I/O: I/O Expander
- Power indicator: Power LED (Red)
Jargon buster
Plain-language definitions for the technical terms used above.
- Headers
- Rows of connector contacts on a fixed pitch (commonly 2.54 mm) used to link a board to a breadboard, jumper wires, or another board. They come as male pin headers and female socket headers; when a module ships with pre-soldered headers it can be used straight away, whereas bare pads require soldering the pins yourself.
- I/O expander
- An I/O expander is a chip that adds extra input and output pins controlled through a bus such as I2C or SPI. It can drive buttons, LEDs, relays, resets, or other control lines without using up scarce microcontroller pins.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- IoT
- Short for Internet of Things, meaning physical devices that connect to networks or the internet to send data or be controlled remotely. It matters if you want projects such as connected sensors, remote controls or classroom data-logging activities.
- LCD
- LCD stands for liquid crystal display, a screen technology that uses a backlight and liquid crystals to show images or text. It matters because LCD modules usually need a display driver and enough controller pins or a bus interface to send image data.
- LED
- A light-emitting diode (LED) is a small electronic component that emits light when current flows through it in the correct direction. Because it only conducts one way, its polarity matters, and a through-hole LED must be soldered the correct way around to light up.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- MicroPython
- A version of the Python programming language made to run on microcontrollers. It matters because it lets beginners write readable code to control LEDs, sensors, motors and displays without needing to start with lower-level languages.
- RP2350
- A microcontroller chip from Raspberry Pi used as the main processor on some development boards. Knowing the board is built around an RP2350 helps you check software support, pin capabilities and whether it suits MicroPython projects.
- Shield
- An add-on board that plugs into a main controller board to give it extra features such as sensing, motor control or communication. Knowing a product supports shields helps you judge whether it can connect neatly into an existing maker-board setup.
Find this product in
Displays & Screens
Red Vision Touch Display Shield Schematic
Schematic · 270.2 KB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 1.4 MB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Source Code
Open-source libraries, firmware & example projects for this product
55d2074
9 months ago
· 13 commits
- Hardware Fix silk labels too 9 months ago
- .gitattributes Add preliminary layout based on XRP board 10 months ago
- .gitignore Add preliminary layout based on XRP board 10 months ago
- README.md Initial commit 10 months ago
d1aa240
7 months ago
· 170 commits
- platforms Tweaks for v1.0.0 11 months ago
- src Remove non-OpenCV features 11 months ago
- .gitmodules Remove non-OpenCV features 11 months ago
- LICENSE.md Add license 11 months ago
- Makefile Tweaks for v1.0.0 11 months ago
- micropython_opencv.cmake Remove non-OpenCV features 11 months ago
- opencv Remove non-OpenCV features 11 months ago
- README.md Tweaks for v1.0.0 11 months ago
- ulab Update ulab to 6.11.0 7 months ago
SparkFun Red Vision
2823b91
6 months ago
· 55 commits
- red_vision Enable drivers to accept either pin number or Pin objects 6 months ago
- red_vision_examples Allow separate SD card SPI bus 6 months ago
- .gitignore Add initial Red Vision content 11 months ago
- .gitmodules Add initial Red Vision content 11 months ago
- boot.py Add initial Red Vision content 11 months ago
- LICENSE.md Add license 11 months ago
- manifest.py Add initial Red Vision content 11 months ago
- micropython-opencv Update micropython-opencv to v1.0.1 7 months ago
- package.json Add initial Red Vision content 11 months ago
- README.md Update README with OV5640 and DVI 7 months ago
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
9f396bb
about 2 months ago
· 18.4k commits
- .github github/workflows: Bump codecov/codecov-action from 5 to 6. 3 months ago
- docs docs/develop/porting: Update session log for example port. about 2 months ago
- drivers drivers: Support special QSPI direct-read protocol. 12 months ago
- examples tools/ci.sh: Put embedding build rules in ci.sh. 6 months ago
- extmod extmod/moductypes: Be more defensive with uctypes_struct_agg_size args. 2 months ago
- lib lib/mbedtls: Update to mbedtls v3.6.6. 2 months ago
- logo all: Prune trailing whitespace. over 2 years ago
- mpy-cross mpy-cross: Enable t-strings. 4 months ago
- ports mimxrt/mphalport: Run events at least once in mp_hal_delay_ms. about 2 months ago
- py py/objint_longlong: Fix signed comparison error. 3 months ago
- shared shared/netutils/dhcpserver: Set default DNS to the server address. 3 months ago
- tests tests/run-tests.py: Update the list of tests requiring floats. 2 months ago
- tools tools/ci.sh: Build user C example modules as part of alif CI. about 2 months ago
- .git-blame-ignore-revs top: Update .git-blame-ignore-revs for latest format/spell commits. over 2 years ago
- .gitattributes tests/ports/qemu: Add ROMFS tests to CI. 3 months ago