{
    "ok": true,
    "data": {
        "title": "S-0007",
        "rev_id": 12023,
        "updated_at": "2022-02-17T10:45:44+00:00",
        "chunk_count": 14,
        "chunks": [
            {
                "title": "S-0007",
                "rev_id": 12023,
                "heading_path": "",
                "chunk_index": 0,
                "content": "# S-0007",
                "char_count": 8,
                "token_estimate": 2
            },
            {
                "title": "S-0007",
                "rev_id": 12023,
                "heading_path": "PiOLED (0.91 Inch OLED Module)",
                "chunk_index": 1,
                "content": "<figure>\n<img src=\"OLED4.jpg\" title=\"OLED4.jpg\" width=\"320\" alt=\"OLED4.jpg\" \/>\n<figcaption aria-hidden=\"true\">OLED4.jpg<\/figcaption>\n<\/figure>",
                "char_count": 142,
                "token_estimate": 36
            },
            {
                "title": "S-0007",
                "rev_id": 12023,
                "heading_path": "Description",
                "chunk_index": 2,
                "content": "This display is made of 128x32 individual OLED pixels.\nIt communicates with Raspberry pi or Arduino series products via I2C protocol.\nCompatible with most of MCU which support I2C protocol support.\nThere are mounting hole and female pin header on the PCB, so that you can fixed it to Raspberry Pi with screws and nuts.",
                "char_count": 318,
                "token_estimate": 80
            },
            {
                "title": "S-0007",
                "rev_id": 12023,
                "heading_path": "Features",
                "chunk_index": 3,
                "content": "-   Easy to use\n-   Low power consumption\n-   Easy to assemble and fixed\n-   Less GPIO pin occupation",
                "char_count": 101,
                "token_estimate": 26
            },
            {
                "title": "S-0007",
                "rev_id": 12023,
                "heading_path": "Specifications",
                "chunk_index": 4,
                "content": "-   Device Register Address: <strong>0x3c<\/strong>\n-   Resolution: <strong>128 x 32<\/strong>\n-   Work Voltage:<strong> 3.3V <\/strong>\n-   Communication Protocol: <strong>I2C<\/strong>\n-   FP frequency: less than 1 fps\n-   Wide range of operating temperature: -40°C to 85°C",
                "char_count": 271,
                "token_estimate": 68
            },
            {
                "title": "S-0007",
                "rev_id": 12023,
                "heading_path": "Specifications > Dimension",
                "chunk_index": 5,
                "content": "<img src=\"OLED7.jpg\" title=\"OLED7.jpg\" width=\"500\" alt=\"OLED7.jpg\" \/>",
                "char_count": 69,
                "token_estimate": 18
            },
            {
                "title": "S-0007",
                "rev_id": 12023,
                "heading_path": "Gallery",
                "chunk_index": 6,
                "content": "|                                                                       |                                                                       |                                                                       |\n|-----------------------------------------------------------------------|-----------------------------------------------------------------------|-----------------------------------------------------------------------|\n| <figure>\n <img src=\"OLED1.jpg\" title=\"OLED1.jpg\" width=\"320\" alt=\"OLED1.jpg\" \/>\n <figcaption aria-hidden=\"true\">OLED1.jpg<\/figcaption>\n <\/figure>                                                              | <figure>\n                                                                         <img src=\"OLED2.jpg\" title=\"OLED2.jpg\" width=\"320\" alt=\"OLED2.jpg\" \/>\n                                                                         <figcaption aria-hidden=\"true\">OLED2.jpg<\/figcaption>\n                                                                         <\/figure>                                                              | <figure>",
                "char_count": 1080,
                "token_estimate": 270
            },
            {
                "title": "S-0007",
                "rev_id": 12023,
                "heading_path": "Gallery",
                "chunk_index": 7,
                "content": "<img src=\"OLED3.jpg\" title=\"OLED3.jpg\" width=\"320\" alt=\"OLED3.jpg\" \/>\n                                                                                                                                                 <figcaption aria-hidden=\"true\">OLED3.jpg<\/figcaption>\n                                                                                                                                                 <\/figure>                                                              |",
                "char_count": 486,
                "token_estimate": 122
            },
            {
                "title": "S-0007",
                "rev_id": 12023,
                "heading_path": "Package Includes",
                "chunk_index": 8,
                "content": "-   2\\* 0.91 Inch OLED Module\n-   2\\* 5Pin male to female breadboard wire",
                "char_count": 73,
                "token_estimate": 19
            },
            {
                "title": "S-0007",
                "rev_id": 12023,
                "heading_path": "How to use > How to wire it up",
                "chunk_index": 9,
                "content": "Connect OLED module to Raspberry Pi's GPIO(3.3v,SDA,SCL,GND)",
                "char_count": 60,
                "token_estimate": 15
            },
            {
                "title": "S-0007",
                "rev_id": 12023,
                "heading_path": "How to use > Pin Definitions",
                "chunk_index": 10,
                "content": "<img src=\"OLEDDef8.jpg\" title=\"OLEDDef8.jpg\" width=\"500\" alt=\"OLEDDef8.jpg\" \/>\n----",
                "char_count": 83,
                "token_estimate": 21
            },
            {
                "title": "S-0007",
                "rev_id": 12023,
                "heading_path": "How to use > For Raspberry Pi 4B",
                "chunk_index": 11,
                "content": "-   Turn on i2c function by using:\n\n`sudo raspi-config` -\\> `interface options` -\\> `i2c` -\\> `enable` -\\>`yes`\n.\n\n-   Check if the screen has been recognized by Raspberry Pi\n\n<!-- -->\n\n    i2cdetect -y 1\n\n-   -   If encount command not found error, please install i2c-tools by using:\n\n<!-- -->\n\n     sudo apt update && sudo apt -y install i2c-tools\n\n-   Install dependencies libraries:\n\n<!-- -->\n\n    sudo apt -y install python3 python3-pip python3-pil libjpeg-dev zlib1g-dev libfreetype6-dev liblcms2-dev libopenjp2-7 libtiff5\n\n-   Grant privilleges to user pi\n\n<!-- -->\n\n    sudo usermod -a -G gpio,i2c pi\n\n-   Download sample code from this repo:\n\n<!-- -->\n\n    git clone https:\/\/github.com\/rm-hull\/luma.examples.git\n    cd luma.examples\/\n\n-   Install the dependencies\n\n<!-- -->\n\n    sudo -H pip3 install -e .\n\n-   Entering into example folder and test it.\n\n<!-- -->\n\n    cd luma.examples\/examples\/\n    python3 sys_info.py\n\n-   You should seen this screen on OLED.",
                "char_count": 968,
                "token_estimate": 242
            },
            {
                "title": "S-0007",
                "rev_id": 12023,
                "heading_path": "FAQ",
                "chunk_index": 12,
                "content": "-   Question: why does it not show anything that I've tried as your instruction？\n    \\*Answer: Please make sure you have already open your i2c function and you can use this command to detect whether it has been turned on already.\n    \\*`i2cdetect -y 1`\n\n------------------------------------------------------------------------",
                "char_count": 326,
                "token_estimate": 82
            },
            {
                "title": "S-0007",
                "rev_id": 12023,
                "heading_path": "Application Senario",
                "chunk_index": 13,
                "content": "-   There is a maker made a funny thing called \"mobile pi\" with this 0.91 Inch OLED Module, you can check it by accessing following link:\n\n\\[Mobile Pi \\| <https:\/\/www.instructables.com\/id\/My-Fantastic-MobilePi\/> \\]\n\n------------------------------------------------------------------------",
                "char_count": 288,
                "token_estimate": 72
            }
        ]
    }
}