{"id":18251667,"url":"https://github.com/32teeth/generic-ili9342","last_synced_at":"2025-04-08T20:46:39.907Z","repository":{"id":147777431,"uuid":"149280942","full_name":"32teeth/Generic-ILI9342","owner":"32teeth","description":"ILI9342 SPI Driver","archived":false,"fork":false,"pushed_at":"2024-11-20T19:45:49.000Z","size":282,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-14T16:39:29.479Z","etag":null,"topics":["ili9342","lakka","retropie","tft","tft-display"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/32teeth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["32teeth"],"buy_me_a_coffee":"32teeth"}},"created_at":"2018-09-18T11:58:15.000Z","updated_at":"2024-11-20T19:45:52.000Z","dependencies_parsed_at":"2025-02-14T16:42:11.848Z","dependency_job_id":null,"html_url":"https://github.com/32teeth/Generic-ILI9342","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/32teeth%2FGeneric-ILI9342","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/32teeth%2FGeneric-ILI9342/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/32teeth%2FGeneric-ILI9342/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/32teeth%2FGeneric-ILI9342/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/32teeth","download_url":"https://codeload.github.com/32teeth/Generic-ILI9342/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247926989,"owners_count":21019503,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ili9342","lakka","retropie","tft","tft-display"],"created_at":"2024-11-05T09:48:12.137Z","updated_at":"2025-04-08T20:46:39.879Z","avatar_url":"https://github.com/32teeth.png","language":null,"funding_links":["https://github.com/sponsors/32teeth","https://buymeacoffee.com/32teeth","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=4CXNRDT39KHBJ"],"categories":[],"sub_categories":[],"readme":"# ILI9342 Driver For Raspberry Pi\n\u003e This is a precompiled driver for the ILI9342 driver on 2.3\" and 2.6\" TFT LCD\n\n\n\n### Pin Mapping\n\u003e This is a 4 IO SPI pin mapping for Raspberry Pi 2/3/Zero\n\n| Function|RPI PIN |GPIO|\n|----|----|----|\n|RESET|22|GPIO25|\n|CSX|24|CEO/GPIO8|\n|SCL|23|SCLK/GPIO11|\n|D/CX|18|GPIO24|\n|SDI|19|MOSI/GPIO10|\n\n***Notes**: sometimes you will find that the above pins do NOT have corresponding pins on the TFT ribbon cable. This is due to different naming convenstion from different manufacturers*\n\n*Here is a list of possible pin names and swaps*\n\n| Function|Possible Pin Name|\n|----|----|\n|RESET|RESET, RST|\n|CSX|CS, CSX, CX|\n|SCL|RS, RSX, RX|\n|D/CX|DC, WR, WRX, WX|\n|SDI|SDI|\n\n## Pick a system\n\u003e Once you decide which OS you will be playing with the instructions are a little different\n\nGrab the [driver file](fbcp-ili9342) and save it locally to you computer\n\n### RetroPie\n\u003e Linux Distro\n\n![RetropPie](retropie.jpg)\n\nDrop the driver file into the ```/home/pi``` directory\nSSH into your Pi\n\n```shell\ncd ..\nsudo chmod +x fbcp-ili9342\n```\nTest the drive\n```shell\nsudo ./fbcp-ili9342\n```\nIf all has gone well and you have your display running. Let's make sure this happens automagically on start up by editing ```rc.local``` file\n\n```shell\nsudo nano /etc/rc.local\n```\n\nAdd this above the ```exit 0``` line, should look like below\n```shell\nsudo /home/pi/fbcp-ili9342 \u0026\n\nexit 0\n```\n\nSave and reboot\n\n### Lakka\n\u003e Because Arch\n\n![Lakka](lakka.jpg)\n\nDrop the driver file into the ```/storage``` directory\nSSH into your Pi\n\n```\nchmod +x fbcp-ili9342\n```\n\nTest the drive\n```shell\n./fbcp-ili9342\n```\n\nIf all has gone well and you have your display running. Let's make sure this happens automagically on start up by editing ```autostart.sh``` file\n\n```shell\nnano /storage/.config/autostart.sh\n```\n\nIt will be an empy file. Simply add the line below\n```shell\n/storage/fbcp-ili9342 \u0026\n```\n\nSave and reboot\n\n### Get In Touch\n\u003e Find me on the internet and lets chat\n\n[\u003cimg src=\"hhttps://raw.githubusercontent.com/wiki/32teeth/GabozePocaio-Round1/images/icons/github.png\" width=\"40px\"\u003e](https://github.com/32teeth)[\u003cimg src=\"https://raw.githubusercontent.com/wiki/32teeth/GabozePocaio-Round1/images/icons/instagram.png\" width=\"40px\"\u003e](https://www.instagram.com/thirtytwoteeth/)[\u003cimg src=\"https://raw.githubusercontent.com/wiki/32teeth/GabozePocaio-Round1/images/icons/messenger.png\" width=\"40px\"\u003e](https://www.facebook.com/messages/t/32teeth)[\u003cimg src=\"https://raw.githubusercontent.com/wiki/32teeth/GabozePocaio-Round1/images/icons/twitter.png\" width=\"40px\"\u003e](https://twitter.com/eugeneyevhen)[\u003cimg src=\"https://raw.githubusercontent.com/wiki/32teeth/GabozePocaio-Round1/images/icons/youtube.png\" width=\"40px\"\u003e](https://www.youtube.com/user/32teeth/)[\u003cimg src=\"https://raw.githubusercontent.com/wiki/32teeth/GabozePocaio-Round1/images/icons/linkedin.png\" width=\"40px\"\u003e](https://ca.linkedin.com/in/32teeth)[\u003cimg src=\"https://raw.githubusercontent.com/wiki/32teeth/GabozePocaio-Round1/images/icons/paypal.png\" width=\"40px\"\u003e](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=4CXNRDT39KHBJ)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F32teeth%2Fgeneric-ili9342","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F32teeth%2Fgeneric-ili9342","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F32teeth%2Fgeneric-ili9342/lists"}