No description
Find a file
Jeff Epler d1e72b2806
Some checks failed
CMake / Linux (push) Has been cancelled
MicroPython / pico_plus2_rp2350_psram (PIMORONI_PICO_PLUS2 PSRAM) (push) Has been cancelled
Use symbolic constants for the first glyph & count of glyphs
.. in the glyph cache. This fixes a problem where creating the glyph
cache wrote psat the end of the allocated space, and also eliminates
storage for the "space" glyph, since all non-present glyphs render as
blank.
2025-02-19 15:57:10 -06: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 Use symbolic constants for the first glyph & count of glyphs 2025-02-19 15:57:10 -06:00
examples/dvhstx Fix release build 2024-08-10 23:13:25 +01: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 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