PicoDVI
PicoDVI copied to clipboard
Bitbanged DVI on the RP2040 Microcontroller
Is there any way being able to have DVI output from MicroPython script (eg: create a terminal, having REPL available on screen, display some graphics) ?
[Parsed_threshold_0 @ 0x55f0ec5e7200] First input link default parameters (size 960x720) do not match the corresponding second input link threshold parameters (1920x1080) and/or third input link min parameters (1920x1080) and/or fourth...
Hi Luke, It is a bit offtopic so I hope it is okay to ask you here. I am trying to make a board for using your lib with the...
I ordered a few boards from OSHPark and put them together, but I'm not getting sync on hello_DVI, even with a 1.3V overvolt. I don't have an oscilloscope; is there...
Hi Luke, This isn't specifically your issue, but I was wondering if you have any experience or knowledge of the Sparkfun MicroMod Big Display Carrier Board and RP2040 MicroMod. I...
https://www.phoronix.com/scan.php?page=news_item&px=Linux-Generic-USB-Display this is a fully open spec on how to drive a display over usb, given that the 2nd core is entirely unused, i'm guessing it has enough processing power...
I´ve made my own test board, and re asign output pines to adapt to my board, i´ve compile the 3 folders with audio extra in the name. But i´ve only...
title says it all - would it be feasible to output 16-colour 800x480 DVI? 3-bit (1 bit each of RGB) would be ok, 4-bit (RGB+intensity) even better. cheers, rob :-)
This work translated @[shuichitakano] C++ implementation of HDMI with audio to Wren6991 PicoDVI, plus some improvements to start/stop video and fixes for RGB332 without doubling.