/ README.md
README.md
 1  # DVI for HSTX <!-- omit in toc -->
 2  
 3  This repository is home to the Pimoroni PicoGraphics compatible DVI driver for RP2 chips with HSTX (e.g. RP2350).
 4  
 5  [![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)
 6  [![GitHub release (latest by date)](https://img.shields.io/github/v/release/MichaelBell/dvhstx)](https://github.com/MichaelBell/dvhstx/releases/latest/)
 7  
 8  - [Introduction](#introduction)
 9  - [Download MicroPython](#download-micropython)
10  - [Documentation](#documentation)
11  - [C/C++ Resources](#cc-resources)
12  - [C/C++ Community Projects](#cc-community-projects)
13  
14  ## Introduction
15  
16  DV HSTX will enable you to create big, bold audio visual projects using MicroPython and an HDMI display of your choice.
17  
18  ![Mandelbrot fractal displayed on a monitor](Mandelbrot.jpg)
19  
20  ## Download MicroPython
21  
22  TODO
23  
24  * [DV HSTX MicroPython Releases](https://github.com/MichaelBell/dvhstx/releases)
25  
26  ## Documentation
27  
28  Wire up your DVI breakout as follows:
29  
30      GPIO 12 - CK-
31      GPIO 13 - CK+
32      GPIO 14 - D0-
33      GPIO 15 - D0+
34      GPIO 16 - D1-
35      GPIO 17 - D1+
36      GPIO 18 - D2-
37      GPIO 19 - D2+
38  
39  If using jumper jerky, twist the - and + wires for each signal together to help with signal integrity.
40  
41  TODO
42  
43  ## C/C++ Resources
44  
45  * :link: [C++ Boilerplate](https://github.com/MichaelBell/dvhstx-boilerplate/)
46  
47  ## C/C++ Community Projects
48  
49  TODO