49 lines
1.4 KiB
Markdown
49 lines
1.4 KiB
Markdown
# DVI for HSTX <!-- omit in toc -->
|
|
|
|
This repository is home to the Pimoroni PicoGraphics compatible DVI driver for RP2 chips with HSTX (e.g. RP2350).
|
|
|
|
[](https://github.com/MichaelBell/dvhstx/actions/workflows/micropython.yml)
|
|
[](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.
|
|
|
|

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