SparkFun
Red Vision Touch Display for RedBoard (Without Display)
· MPN: LCD-30217
This interface board is for Red Vision projects where you want the camera and vision stack, but would rather send video to a larger external monitor than use...
Get notified when back in stock
This interface board is for Red Vision projects where you want the camera and vision stack, but would rather send video to a larger external monitor than use a small onboard screen. With the LCD removed, it acts as a streamlined bridge between a SparkFun Red Vision Camera Board and an RP2350 RedBoard IoT.
The board keeps the RP2350 high-speed pins accessible for other video output options, such as using the SparkFun HSTX-to-DVI Breakout with HDMI- or DVI-compatible monitors. It snaps onto a microcontroller in a standard R3 footprint for a compact, wire-free assembly.
When paired with the RP2350 RedBoard IoT, it supports the SparkFun Red Vision code package: a MicroPython port of OpenCV for object detection, colour tracking and contour analysis directly on the microcontroller. The hardware may also suit other 3.3V logic RedBoards or R3 Arduino boards with enough processing power, but the Red Vision Code Package is currently supported only on the RP2350.
Supporting files include the schematic, KiCad files, hookup guide, MicroPython files, Red Vision MicroPython Package, SparkFun MicroPython OpenCV, firmware releases and GitHub repository.
Features:
- External Display Ready: Ideal for pairing with the SparkFun HSTX-to-DVI Breakout to drive HDMI- or DVI-compatible monitors.
- High-Speed Transmission: Letting you use the RP2350's HSTX pins to output high-resolution video from your object detection and image processing projects.
- Seamless Camera Integration: Provides a dedicated mating connector for the SparkFun Red Vision Camera Board.
- R3 Footprint: Snaps directly onto your microcontroller in a standard R3 footprint for a compact, wire-free assembly.
- Powered by OpenCV: Unlocks the SparkFun Red Vision code package when paired with the RP2350 RedBoard IoT.
Specifications:
- Headers: Male R3 Headers (2x 8 pin, 1x 10 pin, 1x 6 pin)
- Camera connector: 2x10 Socket (for connecting a compatible Camera Board)
- On-board component: I/O Expander
- Power indicator: Power LED (Red)
A practical option for Red Vision builds that need external monitor output for object detection, colour tracking and image processing experiments.
Jargon buster
Plain-language definitions for the technical terms used above.
- breakout
- A breakout board carries a small or fine-pitched component and brings its connections out to standard, breadboard- and header-friendly pins. Describing a part as a breakout means it can be wired into a project without soldering directly to the component's tiny contacts.
- HDMI
- HDMI is a common digital video and audio connection used by computers, media players, and many displays. If a display kit has HDMI input, it is usually much easier to test with a single-board computer because it can act like a normal monitor.
- 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.
- HSTX
- HSTX is a high-speed transmit interface on RP2350-based boards for sending fast digital signals such as video-style data. It matters because it uses carefully routed high-speed signal pairs rather than ordinary low-speed wiring.
- 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.
- 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.
Find this product in
Red Vision Touch Display for RedBoard Schematic
Schematic · 270.2 KB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 1.1 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
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
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
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