You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SparkFun Pico DVI library is used to generating DVI output via the Raspberry Pi RP2350 HSTX capability. Designed for use with the [SparkFun RedBoard IoT - RP2350](https://www.sparkfun.com/sparkfun-iot-redboard-rp2350.html) working with the [SparkFun HSTX to DVI Breakout](https://www.sparkfun.com/sparkfun-hstx-to-dvi-breakout.html), this library enables DVI output for display.
14
+
15
+
This library is a simple sub-class/wrapper around the [Adafruit Pico DVI library](https://github.com/adafruit/PicoDVI), which itself is based on the [PicoDVI](https://github.com/Wren6991/PicoDVI) library. All this library provides is the configuration settings to use for the SparkFun IoT RedBoard - RP2350.
16
+
17
+
For implementation details and source code, consult the [Adafruit Pico DVI library](https://github.com/adafruit/PicoDVI)
18
+
19
+
## Functionality
20
+
21
+
Enables DVI Output for the SparkFun IoT RedBoard - RP2350.
22
+
23
+
## Documentation
24
+
25
+
|Reference | Description |
26
+
|---|---|
27
+
|[SparkFun HSTX to DVI Breakout](https://github.com/sparkfun/SparkFun_HSTX_to_DVI_Breakout)| Hardware GitHub Repository|
28
+
29
+
## License Information
30
+
31
+
This product is ***open source***!
32
+
33
+
This product is licensed using the [MIT Open Source License](https://opensource.org/license/mit).
0 commit comments