{
    "ok": true,
    "data": {
        "title": "EP-0062",
        "rev_id": 11203,
        "updated_at": "2021-08-27T11:55:31+00:00",
        "chunk_count": 8,
        "chunks": [
            {
                "title": "EP-0062",
                "rev_id": 11203,
                "heading_path": "",
                "chunk_index": 0,
                "content": "# EP-0062\n\n1. Raspberry Pi 2.2 Inch GPIO display (without touch screen)",
                "char_count": 71,
                "token_estimate": 18
            },
            {
                "title": "EP-0062",
                "rev_id": 11203,
                "heading_path": "Description",
                "chunk_index": 1,
                "content": "This product is End Of Life.\nThe PI-TFT22A module features a 2.2'display with 320x240 16-bit color pixels. This PI-TFT22A module refresh it's screen rapidly because the TFT module communicates with raspberry Pi in a high speed SPI interface ,this PI-TFT22A module can be used as Xwindow port ,displaying images or video etc. it plugs right in on top of your Model A+, B+ or Pi 2 and fits as HAT.\n\nYou can download configuration-free image or configurable packages, adjustable brightnes [level 0 -255], HAT compatible and Onboard buttons, you can load kernel modules to support GPIO KeyBoard function, almost all GPIO available on this board [non SPI 0,GPIO 18,GPIO 24,GPIO23],Very easily be other uses, IDROM has built initialization data to support Device Tree boot.\n----",
                "char_count": 772,
                "token_estimate": 193
            },
            {
                "title": "EP-0062",
                "rev_id": 11203,
                "heading_path": "Feature",
                "chunk_index": 2,
                "content": "*Character number:\t320x240\n*Screen scale:               \t2.2'\n*Refresh rate:                 >20fps\n*Weight:                   \t23.9g\n*module scale:\t        66x57x12(mm)\n*connect port:\t        2*20 Stacking Header\n*control interface:   \tSPI\n*work voltage:\t        5V\n----",
                "char_count": 271,
                "token_estimate": 68
            },
            {
                "title": "EP-0062",
                "rev_id": 11203,
                "heading_path": "Package Include",
                "chunk_index": 3,
                "content": "1 x Raspberry Pi 2.2 Inch GPIO display (without touch screen)\n----",
                "char_count": 66,
                "token_estimate": 17
            },
            {
                "title": "EP-0062",
                "rev_id": 11203,
                "heading_path": "Presentation",
                "chunk_index": 4,
                "content": "[left|thumb|300px](\/docs\/Image:TFT22_show01.jpg)\n<br style=\"clear:both;\">",
                "char_count": 73,
                "token_estimate": 19
            },
            {
                "title": "EP-0062",
                "rev_id": 11203,
                "heading_path": "Overview",
                "chunk_index": 5,
                "content": "{|-\n|[thumb|left|300px](\/docs\/Image:TFT22_show02.jpg)\n|[thumb|none|300px](\/docs\/Image:TFT22_show03.jpg)\n|}\n{|-\n|[thumb|left|300px](\/docs\/Image:2.2TFT04show.JPG)\n|[thumb|none|300px](\/docs\/Image:TFT22_show05.jpg)\n|}\n{|-\n|[thumb|left|300px](\/docs\/Image:TFT22_show06.jpg)\n|[thumb|none|300px](\/docs\/Image:2.2TFT_show06.JPG)\n|}\n[thumb|none|300px](\/docs\/Image:TFT22_show07.jpg)\n<br style=\"clear:both\">\n----",
                "char_count": 399,
                "token_estimate": 100
            },
            {
                "title": "EP-0062",
                "rev_id": 11203,
                "heading_path": "Install Driver > Screen",
                "chunk_index": 6,
                "content": "*If it's the first time for you to use this LCD module , please download the device driver for Raspberry Pi from the following link:\n\n[thumb|left|300px](\/docs\/File:Download.jpg)\n<br style=\"clear:both;\">\n[TFT-Drivers-Full-Pack-V0_5-20160331.tar.bz2](https:\/\/www.dropbox.com\/s\/2rde4hz426b8nfp\/TFT-Drivers-Full-Pack-V0_5-20160331.tar.bz2?dl=0)\n\n----\n\nUpload it into your Raspberry Pi or Just download from your Pi, and use \"tar\" command to unpack it.\n\n[800px](\/docs\/Image:2.2TFT_tech1.png)\n<br style=\"clear:both;\">\n1. Extract the device driver file\n\n*<code>sudo tar -jxpvf TFT-stable-Build-20150424.tar.bz2 -C \/<\/code>\n\n[800px](\/docs\/Image:2.2TFT_tech3.png)\n<br style=\"clear:both;\">\n2.Setup it up by editing \/etc\/modules file as following steps:\n\n<code>sudo vim.tiny \/etc\/modules<\/code>\n\n<code>fbtft dma<\/code>\n\n<code>fbtft_device name=rpi-display rotate=270 speed=64000000 gpios=dc:24,reset:23,led:18\n<\/code>\n\nThere are some pictures showing how to set it up.\n\n[800px](\/docs\/Image:2.2TFT_tech5.png)\n\n[800px](\/docs\/Image:2.2TFT_tech6.png)\n<br style=\"clear:both;\">\n3. Reboot the Raspberry Pi  and you will see the  details on the screen.\n----",
                "char_count": 1138,
                "token_estimate": 285
            },
            {
                "title": "EP-0062",
                "rev_id": 11203,
                "heading_path": "Install Driver > Keyboard",
                "chunk_index": 7,
                "content": "*It is easy to setup the keyboard,first you should install  a software called \"evtest\"  to detect the keyboard.\n\n0. Install the package evtest:\n\n<code>sudo  apt-get -y install evtest <\/code>\n\n1. Add following parameters to \/etc\/modules file.\n\n<code>gpio_keys_device pulldown active_low=0 keys=26:103,21:108,20:105,16:106<\/code>\n\n[800px](\/docs\/Image:2.2TFT_tech4.png)\n\n[800px](\/docs\/Image:2.2TFT_tech8.png)\n\n[800px](\/docs\/Image:2.2TFT_tech9.png)\n<br style=\"clear:both;\">\n2.Reboot your Raspberry Pi and open a terminal:\n\n<code>sudo evtest<\/code>\n\nSelect \"0\" to set test mode and  press the button on this module,the test information will print out\n\n[left|800px](\/docs\/Image:2.2TFT_tech11.png)\n[left|800px](\/docs\/Image:2.2TFT_tech12.png)\n[left|800px](\/docs\/Image:2.2TFT tech13.JPG)\n<br style=\"clear:both;\">\n----",
                "char_count": 808,
                "token_estimate": 202
            }
        ]
    }
}