3f98576d9db2ce856c6370d45764be44d57d16eb
Board-dat/MPC/MPC1105-dat/2025-02-03-18-00-42.png
| ... | ... | Binary files /dev/null and b/Board-dat/MPC/MPC1105-dat/2025-02-03-18-00-42.png differ |
Board-dat/MPC/MPC1105-dat/MPC1105-dat.md
| ... | ... | @@ -0,0 +1,28 @@ |
| 1 | + |
|
| 2 | +# MPC1105-dat |
|
| 3 | + |
|
| 4 | +https://www.electrodragon.com/product/gpio-to-vga-convert-board-dpi-lcd-for-raspberry-pi/ |
|
| 5 | + |
|
| 6 | +legacy wiki page - https://w.electrodragon.com/w/RPI_Display |
|
| 7 | + |
|
| 8 | +## Board maps |
|
| 9 | + |
|
| 10 | + |
|
| 11 | + |
|
| 12 | +RGB Pin assignment |
|
| 13 | + |
|
| 14 | +| pin | R | G | B | res. setup | |
|
| 15 | +| --- | --- | --- | --- | ---------- | |
|
| 16 | +| 2 | 16 | | | | |
|
| 17 | +| 3 | 17 | | | | |
|
| 18 | +| 4 | 18 | | | | |
|
| 19 | +| 5 | 19 | | | | |
|
| 20 | +| 6 | 20 | | | | |
|
| 21 | +| 7 | 21 | | | | |
|
| 22 | + |
|
| 23 | + |
|
| 24 | + |
|
| 25 | + |
|
| 26 | +## ref |
|
| 27 | + |
|
| 28 | +- [[VGA-dat]] - [[DPI-dat]] |
|
| ... | ... | \ No newline at end of file |
Tech-dat/Interface-dat/DPI-dat/2025-02-03-17-58-19.png
| ... | ... | Binary files /dev/null and b/Tech-dat/Interface-dat/DPI-dat/2025-02-03-17-58-19.png differ |
Tech-dat/Interface-dat/DPI-dat/DPI-dat.md
| ... | ... | @@ -0,0 +1,11 @@ |
| 1 | + |
|
| 2 | +# DPI-dat |
|
| 3 | + |
|
| 4 | +The DPI interface (which we use to make the VGA signal) can work in different colour modes. The default mode is 666 (6 Red, 6 Green, 6 Blue colours). |
|
| 5 | + |
|
| 6 | +Other supported formats are: 565 (5 Red, 6 Green, 5 Blue colours) and 888 (8 Red, 8 Green, 8 Blue colours). Also there are different ways in which the 666 and 565 colours bits can be output on the GPIO line. Please see the table below. |
|
| 7 | + |
|
| 8 | + |
|
| 9 | + |
|
| 10 | +You select the mode using: dpi_output_format=X (X in range 1..7) |
|
| 11 | +The VGA adaptor PCB is designed up for mode 5. |
|
| ... | ... | \ No newline at end of file |
Tech-dat/Interface-dat/VGA-dat/VGA-dat.md
| ... | ... | @@ -0,0 +1,24 @@ |
| 1 | + |
|
| 2 | +# VGA-dat |
|
| 3 | + |
|
| 4 | +## VGA for raspberry pi |
|
| 5 | + |
|
| 6 | +From the birth of the Raspberry-Pi there have been complaints about the lack of a VGA output. That has now been remedied. But only for the B+ and at the cost of losing most of your GPIOs. |
|
| 7 | + |
|
| 8 | +The BCM2835 has a parallel display interface on the GPIO pins. I did not publish this in the 2835 datasheet as 50% of the DPI pins where not on the GPIO connector, making it impossible to get any decent video out. |
|
| 9 | + |
|
| 10 | +The B+ however has all of the necessary DPI signals brought out. Dom has been working on the software side and the new DPI (read: VGA) driver software has been added to the latest release. |
|
| 11 | + |
|
| 12 | +### Resolution & Quality |
|
| 13 | + |
|
| 14 | +The VGA output supports the same resolutions as your HDMI one. Thus from 640x480 up to 1920x1024 60fps. At the highest resolution the pixel quality is almost as good as HDMI. |
|
| 15 | + |
|
| 16 | +If you look very closely there is a slight pixel crawl. The adapter uses a simple resistor ladder network as digital-to-analogue converter. Therefore the colour quality depends on how well balanced your resistors are. |
|
| 17 | + |
|
| 18 | +The video shown uses an adapter with 1% SMD resistors. There is a slight colour banding and with 6 bits per channel you have a maximum of 262144 colours. |
|
| 19 | + |
|
| 20 | + |
|
| 21 | +### Double screen |
|
| 22 | +In contrast to the composite video, the DPI interface can be run independent of the HDMI. Thus next to the HDMI screen, the VGA can be used as ‘second monitor’. The software for that is still under development but I expect that to arrive in the next two week. |
|
| 23 | + |
|
| 24 | +Beware that running two screens at maximum resolution will really eat into your SDRAM bandwidth. In fact it has not tried yet, so it might not be possible. |
|
| ... | ... | \ No newline at end of file |
weekly-dat/2025-04-06-dat/2025-04-06-dat.md
| ... | ... | @@ -13,6 +13,8 @@ This a weekly update newsletter, to briefly tell you whats new and whats fun we |
| 13 | 13 | |
| 14 | 14 | - add knowledge how to use a p-mosfet to control power distribution (USB input, battery, etc) at page [[Power-distribution-dat]] |
| 15 | 15 | |
| 16 | +- add documentation and comparsion table for multimeter two models from victory: [[PTOS038-dat]] |
|
| 17 | + |
|
| 16 | 18 | ## Dissusion, Feedback, To-do |
| 17 | 19 | |
| 18 | 20 | - [[OPM1095-dat]] V2 with voltage supervisor |