# DVI for HSTX This repository is home to the Pimoroni PicoGraphics compatible DVI driver for RP2 chips with HSTX (e.g. RP2350). [![Build Status](https://img.shields.io/github/actions/workflow/status/MichaelBell/dvhstx/micropython.yml?branch=main&label=MicroPython)](https://github.com/MichaelBell/dvhstx/actions/workflows/micropython.yml) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/MichaelBell/dvhstx)](https://github.com/MichaelBell/dvhstx/releases/latest/) - [Introduction](#introduction) - [Download MicroPython](#download-micropython) - [Documentation](#documentation) - [C/C++ Resources](#cc-resources) - [C/C++ Community Projects](#cc-community-projects) ## Introduction DV HSTX will enable you to create big, bold audio visual projects using MicroPython and an HDMI display of your choice. ![Mandelbrot fractal displayed on a monitor](Mandelbrot.jpg) ## Download MicroPython TODO * [DV HSTX MicroPython Releases](https://github.com/MichaelBell/dvhstx/releases) ## Documentation Wire up your DVI breakout as follows: GPIO 12 - CK- GPIO 13 - CK+ GPIO 14 - D0- GPIO 15 - D0+ GPIO 16 - D1- GPIO 17 - D1+ GPIO 18 - D2- GPIO 19 - D2+ If using jumper jerky, twist the - and + wires for each signal together to help with signal integrity. TODO ## C/C++ Resources * :link: [C++ Boilerplate](https://github.com/MichaelBell/dvhstx-boilerplate/) ## C/C++ Community Projects TODO