{
    "ok": true,
    "data": {
        "title": "EP-0060",
        "rev_id": 11193,
        "updated_at": "2021-08-27T11:54:58+00:00",
        "chunk_count": 10,
        "chunks": [
            {
                "title": "EP-0060",
                "rev_id": 11193,
                "heading_path": "",
                "chunk_index": 0,
                "content": "# EP-0060\n\n1. **0.91 Inch OLED Module**",
                "char_count": 39,
                "token_estimate": 10
            },
            {
                "title": "EP-0060",
                "rev_id": 11193,
                "heading_path": "Description",
                "chunk_index": 1,
                "content": "These displays are very tiny, you can use it as your battery status display and you can make  it a mp3 lyrics display.\n\nThis display is made of 128x32 individual yellow and blue  OLED pixels, each one is turned on or off by the controller chip.\n\nBecause the display makes its own light, no backlight is required.\n\nThere are little power require to run the OLED.\n\nThis breakout can be used with  an I2C interface\n\nit supports Raspberry Pi A, A+,B,B+,2B,3B.\n\n----",
                "char_count": 461,
                "token_estimate": 116
            },
            {
                "title": "EP-0060",
                "rev_id": 11193,
                "heading_path": "Pictures",
                "chunk_index": 2,
                "content": "{|-\n|[thumb|left|300px](\/docs\/File:091oled01.jpg)\n|[thumb|none|300px](\/docs\/File:091oled02.jpg)\n|}\n{|-\n|[thumb|left|300px](\/docs\/File:091oled03.jpg)\n|[thumb|none|300px](\/docs\/File:091oled05.jpg)\n|}\n{|-\n|[thumb|left|300px](\/docs\/File:091oled06.jpg)\n|[thumb|none|300px](\/docs\/File:091oled07.jpg)\n|}\n----",
                "char_count": 301,
                "token_estimate": 76
            },
            {
                "title": "EP-0060",
                "rev_id": 11193,
                "heading_path": "Feature:",
                "chunk_index": 3,
                "content": "- Resolution: 128 x 32\n- 3.3V work voltage\n- I2C driver support\n- FP frequency:  less than 1 fps\n- Wide range of operating temperature: -40°C to 85°C\n- Only use 5 pins to control OLED as showing below.\n[thumb|left|300px](\/docs\/File:Gpioread.jpg)\n<br style=\"clear:both;\">\n----",
                "char_count": 275,
                "token_estimate": 69
            },
            {
                "title": "EP-0060",
                "rev_id": 11193,
                "heading_path": "Parameters:",
                "chunk_index": 4,
                "content": "*Dimensions: 36.56mm x 14.87mm x 11.70(include header)mm\n*Weight without package: 2.92±2g\n----",
                "char_count": 94,
                "token_estimate": 24
            },
            {
                "title": "EP-0060",
                "rev_id": 11193,
                "heading_path": "Package included:",
                "chunk_index": 5,
                "content": "1 x 0.91 Inch OLED Module\n----",
                "char_count": 30,
                "token_estimate": 8
            },
            {
                "title": "EP-0060",
                "rev_id": 11193,
                "heading_path": "how to wire it up:",
                "chunk_index": 6,
                "content": "Just plug into GPIO in 3.3v,SDA,SCL,GND.\n----",
                "char_count": 45,
                "token_estimate": 12
            },
            {
                "title": "EP-0060",
                "rev_id": 11193,
                "heading_path": "How to use",
                "chunk_index": 7,
                "content": "First of all, you should turn on I2C function on your Pi by editing \/boot\/config.txt file.\n\n<code>sudo vim.tiny \/boot\/config.txt <\/code>\n\nmake sure you can find this parameter:\n\n<code>dtparam=i2c_arm=on<\/code>\n\nAnd don't forget to reboot your Pi.\n\n- Login your Pi and download driver:\n\n<code>git clone -b ArduiPi_OLED  https:\/\/github.com\/yoyojacky\/libssd1306<\/code>\n*Compile it and run:\n\n<code>cd  libssd1306\/ <\/code>\n\n<code>sudo make <\/code>\n\n<code>cd  example\/<\/code>\n\n<code>sudo  make<\/code>\n\n<code>sudo .\/oled_demo -o 2 <\/code>\n\nif you need help, you can just use this command:\n\n<code>sudo .\/oled_demo -h <\/code>\n\n----",
                "char_count": 622,
                "token_estimate": 156
            },
            {
                "title": "EP-0060",
                "rev_id": 11193,
                "heading_path": "How to use > FAQ",
                "chunk_index": 8,
                "content": "*Question:   why does it  not show anything that I've tried as your instruction？\n\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\n**<code> i2cdetect -y 1 <\/code>\n----",
                "char_count": 267,
                "token_estimate": 67
            },
            {
                "title": "EP-0060",
                "rev_id": 11193,
                "heading_path": "Application Senario",
                "chunk_index": 9,
                "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[Mobile Pi | https:\/\/www.instructables.com\/id\/My-Fantastic-MobilePi\/ ]\n----",
                "char_count": 211,
                "token_estimate": 53
            }
        ]
    }
}