No description
Find a file
Jeff Epler df8f28614d Create Arduino library to wrap dvhstx
The most basic test (320x240x16bpp) works on the Metro RP2350.
2025-02-17 15:37:33 -06:00
examples/00simpletest Create Arduino library to wrap dvhstx 2025-02-17 15:37:33 -06:00
src Create Arduino library to wrap dvhstx 2025-02-17 15:37:33 -06:00
.gitignore Initial commit 2024-08-10 13:04:51 +01:00
library.properties Create Arduino library to wrap dvhstx 2025-02-17 15:37:33 -06:00
LICENSE Initial commit 2024-08-10 13:04:51 +01:00
README.md Add image 2024-08-10 15:18:56 +01:00

DVI for HSTX

This repository is home to the Pimoroni PicoGraphics compatible DVI driver for RP2 chips with HSTX (e.g. RP2350).

Build Status GitHub release (latest by date)

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

Download MicroPython

TODO

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

C/C++ Community Projects

TODO