No description
Find a file
2024-08-10 22:55:45 +01:00
.github/workflows Add github action 2024-08-10 22:55:45 +01:00
drivers/dvhstx RiscV support, textmode example 2024-08-10 22:08:11 +01:00
examples/dvhstx RiscV support, textmode example 2024-08-10 22:08:11 +01:00
libraries/pico_graphics Tidy up to get external project working 2024-08-10 16:20:17 +01:00
.gitignore Initial commit 2024-08-10 13:04:51 +01:00
CMakeLists.txt RiscV support, textmode example 2024-08-10 22:08:11 +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 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