No description
Find a file
Jeff Epler a7c1fe3f3c
Some checks failed
CMake / Linux (push) Has been cancelled
MicroPython / pico_plus2_rp2350_psram (PIMORONI_PICO_PLUS2 PSRAM) (push) Has been cancelled
Add beam chasing video mode
this may be used by fruit jam doom
2025-08-14 14:33:37 -05:00
.github/workflows Implement reset 2024-10-13 19:51:22 +01:00
ci First semi-working Micropython version. 2024-10-13 16:07:08 +01:00
drivers/dvhstx Add beam chasing video mode 2025-08-14 14:33:37 -05:00
examples/dvhstx Add beam chasing video mode 2025-08-14 14:33:37 -05:00
libraries/pico_graphics Tidy up to get external project working 2024-08-10 16:20:17 +01:00
micropython First semi-working Micropython version. 2024-10-13 16:07:08 +01:00
modules Implement reset 2024-10-13 19:51:22 +01:00
.gitignore Initial commit 2024-08-10 13:04:51 +01:00
CMakeLists.txt Enable warning as error 2024-08-10 23:28:03 +01:00
LICENSE Initial commit 2024-08-10 13:04:51 +01:00
Mandelbrot.jpg Add image 2024-08-10 15:18:56 +01:00
pico_dvhstx.cmake Tidy up to get external project working 2024-08-10 16:20:17 +01:00
pico_sdk_import.cmake Initial commit 2024-08-10 13:04:51 +01:00
pimoroni_pico_import.cmake Initial commit 2024-08-10 13:04:51 +01:00
README.md Add configurable pinouts 2025-02-19 16:27:03 -06: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.

Other pinouts can be used by passing a pinout parameter to the init function. This pinout consists of 4 numbers giving the positive pin in each differential pair, in the order CK, D0, D1, D2, D3, using GPIO numbering. The default pinout is written {13, 15, 17, 19}. Only pin numbers from 12 to 20 are valid, as other pins are not connected to the HSTX peripheral. Using invalid pin numbers is an undignosed error.

TODO

C/C++ Resources

C/C++ Community Projects

TODO