PicoDVI
PicoDVI copied to clipboard
Bitbanged DVI on the RP2040 Microcontroller
Hello, everyone! So I was planning to make a pull request adding support (a pinout description in the "common_dvi_pin_configs.h") for one of our boards - RP2040-PICO-PC (https://www.olimex.com/Products/MicroPython/RP2040-PICO-PC/). But when tested...
Hello! Can you give me a name the type of HDMI connector used? Maybe id or partnumber? Thank you!
I'm testing 8bits per pixel (RGB332) in a 640x240 buffer mode using DVI_SYMBOLS_PER_WORD=1 `uint8_t framebuf[FRAME_HEIGHT][FRAME_WIDTH];` ``` in core 1 main I'm running the dvi void __not_in_flash_func(core1_main)() { dvi_register_irqs_this_core(&dvi0, DMA_IRQ_0); dvi_start(&dvi0);...
Hello, i'm really impressed by what you managed to squeeze out of the RP2040 and very excited to try this myself. In your readme you explain the creation of this...
As a beginner learning the details of video, this project is great for teaching the basics of how video is sent to a monitor and working with the limitations of...
Hi again Wren6991, I'm using the color terminal app, and want to know if is possible to do bigger letters, and how to add things to the font[8x8]. I've do...
Is it possible an valid to output 640x480 at 50hz? I built an RGB2HDMI scanner and the limitation is the memory to store all the video. If it could be...
Is there any way to support HDMI Audio output with this, maybe with mostly static graphics (now playing or album art)?
Superv work you've done here. Just once thing for the ease of use, I created the .vscode folder config files , helps me to have everything in the same place...
This AV player for the Pimoroni Pico DV uses straight-forward (ish) `ffmpeg` commands to convert any AV source into the raw formats required to blast directly at the i2s hardware/framebuffer....