{
    "ok": true,
    "data": {
        "title": "EP-0073",
        "rev_id": 10913,
        "updated_at": "2021-08-27T10:59:26+00:00",
        "chunk_count": 11,
        "chunks": [
            {
                "title": "EP-0073",
                "rev_id": 10913,
                "heading_path": "",
                "chunk_index": 0,
                "content": "# EP-0073\n\n1. VGA666 Module For RPi\n[thumb|left|300px](\/docs\/File:Vga66602.jpg)\n<br style=\"clear:both;\">\n----",
                "char_count": 109,
                "token_estimate": 28
            },
            {
                "title": "EP-0073",
                "rev_id": 10913,
                "heading_path": "Description",
                "chunk_index": 1,
                "content": "This Module has another name: Gert-VGA-adapter, or Passive VGA adapter 666 for Raspberry Pi A+\/B+\/2B\/3B\/Zero\n\nThe Raspberry Pi has an HDMI port to connect a display.\n\nIf your monitor only has VGA, you have to use an adapter.\n\nBecause this requires a digital-to-analogue conversion, those adapters can be quite pricey, and they can draw lots of power.\n\nAs well as just allowing you to connect a VGA monitor natively.\n\nAnd unlike composite video, the DPI interface can be run independent of the HDMI.\n\nThe software for dual screens is still under development.\n\nRunning two screens at maximum resolution will depend on the speed of GPIO.\n\n'''This wasn’t possible on the Model A or B.\n\nAnd there’s a catch: as the board uses most of your GPIO pins, you lose access to them.'''\n\nAll above are from  raspberry pi official website.(https:\/\/www.raspberrypi.org\/blog\/gert-vga-adapter\/)\n\nMore information about VGA666 module please visit here: (https:\/\/www.raspberrypi.org\/forums\/viewtopic.php?f=91&t=94424)\n----",
                "char_count": 1002,
                "token_estimate": 251
            },
            {
                "title": "EP-0073",
                "rev_id": 10913,
                "heading_path": "Compatibility List",
                "chunk_index": 2,
                "content": "- Compatibility\n{| class=\"wikitable\" style=\"text-align: center;\"\n|-\n!Platform !! VGA 666 Module !! Notes\n|-\n||Raspberry Pi 4 Model B || √||\n|-\n|Raspberry Pi 3 Model B Plus|| √||\n|-\n|Raspberry Pi zero || √||\n|-\n| Raspberry Pi zero W  || √||\n|-\n|Raspberry Pi 3 Model B|| √||\n|-\n|Raspberry Pi 2 Model B|| √||\n|-\n|Raspberry Pi Model B+|| √|| Old Version Image\n|-\n|}",
                "char_count": 361,
                "token_estimate": 91
            },
            {
                "title": "EP-0073",
                "rev_id": 10913,
                "heading_path": "Licence",
                "chunk_index": 3,
                "content": "<pre>\nVGA adaptor for the Raspberry-Pi computer.\n\nCopyright © 2014 Fen Logic Ltd.\n\nThis document and the related databases are free: you can redistribute it and\/or modify it\nunder the terms of the GNU General Public License as published by the Free Software Foundation,\neither version 3 of the License, or any later version.\nThis document and the related databases are distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\nSee the GNU General Public License for more details.\nYou should have received a copy of the GNU General Public License along with this database.\nIf not, see http:\/\/www.gnu.org\/licenses\/\n<\/pre>",
                "char_count": 725,
                "token_estimate": 182
            },
            {
                "title": "EP-0073",
                "rev_id": 10913,
                "heading_path": "Feature",
                "chunk_index": 4,
                "content": "- Support for Raspberry Pi A+, Raspberry Pi B+, Raspberry Pi Zero, Raspberry Pi 2,model B, Raspberry Pi 3 model B\n- The VGA output supports resolution:from 800x600 up to 30fps.\n- With 6 bits per channel you have a maximum of 262144 colours.\n- Easy to setup.\n- Easy to configure.\n- Dimension:  64.00mm x 32.24mm\n- Weight:  16.48 g\n----",
                "char_count": 334,
                "token_estimate": 84
            },
            {
                "title": "EP-0073",
                "rev_id": 10913,
                "heading_path": "Package included:",
                "chunk_index": 5,
                "content": "- 1 x VGA666 Module For RPi\n----",
                "char_count": 32,
                "token_estimate": 8
            },
            {
                "title": "EP-0073",
                "rev_id": 10913,
                "heading_path": "Pictures",
                "chunk_index": 6,
                "content": "{|-\n|[thumb|left|300px](\/docs\/File:Vga66601.jpg)\n|[thumb|none|300px](\/docs\/File:Vga66602.jpg)\n|}\n{|-\n|[thumb|left|300px](\/docs\/File:Vga66603.jpg)\n|[thumb|none|300px](\/docs\/File:Vga66604.jpg)\n|}\n<br style=\"clear:both;\" >\n----",
                "char_count": 224,
                "token_estimate": 56
            },
            {
                "title": "EP-0073",
                "rev_id": 10913,
                "heading_path": "How to wire it up",
                "chunk_index": 7,
                "content": "Plug into GPIO as following Picture:\n[thumb|left|400px](\/docs\/File:vga66601.jpg)\n<br style=\"clear:both;\">\n----",
                "char_count": 110,
                "token_estimate": 28
            },
            {
                "title": "EP-0073",
                "rev_id": 10913,
                "heading_path": "How to use it > For Raspberry Pi 4B",
                "chunk_index": 8,
                "content": "Edit \/boot\/config.txt file with vim.tiny or other editor.  and modify as following:\n\n<code>framebuffer_width=800<\/code>\n\n<code>framebuffer_height=600<\/code>\n\n<code>dpi_group=2<\/code>\n\n<code>dpi_mode=24<\/code>\n\n<code>dtparam=i2c_arm=off<\/code>\n\n<code>dtparam=spi=off<\/code>\n\n<code>dtparam=uart0=off<\/code>\n\n<code>dtparam=uart1=off<\/code>\n\n<code>dtoverlay=pi3-disable-bt-overlay<\/code>\n\n<code>dtoverlay=vga666<\/code>\n\n<code>enable_dpi_lcd=1<\/code>\n\n<code>display_default_lcd=1<\/code>\n\n<code>force_pwm_open=0<\/code>\n\n<code>dtparam=audio=on<\/code>\n\n<code>start_x=1<\/code>\n\n<code>gpu_mem=128<\/code>",
                "char_count": 593,
                "token_estimate": 149
            },
            {
                "title": "EP-0073",
                "rev_id": 10913,
                "heading_path": "How to use it > For Raspberry Pi Zero\/Zero W\/2B\/3B\/3B+",
                "chunk_index": 9,
                "content": "Edit \/boot\/config.txt file with vim.tiny or other editor.  and modify as following:\n\n<code>framebuffer_width=800<\/code>\n\n<code>framebuffer_height=600<\/code>\n\n<code>dpi_group=2<\/code>\n\n<code>dpi_mode=86<\/code>\n\n<code>dtparam=i2c_arm=off<\/code>\n\n<code>dtparam=spi=off<\/code>\n\n<code>dtparam=uart0=off<\/code>\n\n<code>dtparam=uart1=off<\/code>\n\n<code>dtoverlay=pi3-disable-bt-overlay<\/code>\n\n<code>dtoverlay=vga666<\/code>\n\n<code>enable_dpi_lcd=1<\/code>\n\n<code>display_default_lcd=1<\/code>\n\n<code>force_pwm_open=0<\/code>\n\n<code>dtparam=audio=on<\/code>\n\n<code>start_x=1<\/code>\n\n<code>gpu_mem=128<\/code>\n\n'''You should disable all of GPIO pin's function so that it can work properly.  we strongly recommend that you use 800x600 resolution.\n\nthe highly resolution will slow down your Pi and cost more RAM.'''\n----",
                "char_count": 802,
                "token_estimate": 201
            },
            {
                "title": "EP-0073",
                "rev_id": 10913,
                "heading_path": "FAQ",
                "chunk_index": 10,
                "content": "*Question: It is out of work on my raspberry pi 4B, it was twisted, please help me!\n[left|500px](\/docs\/File:TIM图片20190718151140.jpg)\n<br style=\"clear:both;\">\n**Answer:  please modify the \/boot\/config.txt file and change this parameter and try to reboot your pi.\ndpi_mode=24<\/br>\n[left|500px](\/docs\/File:20190718151149.jpg)\n<br style=\"clear:both;\">\n----",
                "char_count": 352,
                "token_estimate": 91
            }
        ]
    }
}