{"id":21058569,"url":"https://github.com/schemar/tft-billboard","last_synced_at":"2025-03-14T00:29:23.009Z","repository":{"id":29507811,"uuid":"33045995","full_name":"schemar/TFT-Billboard","owner":"schemar","description":"Displaying advertisements on a 2.4\" TFT","archived":false,"fork":false,"pushed_at":"2015-04-09T09:11:26.000Z","size":264,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-06T00:08:00.461Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Arduino","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/schemar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-28T18:53:36.000Z","updated_at":"2015-04-09T09:11:26.000Z","dependencies_parsed_at":"2022-09-03T20:24:27.374Z","dependency_job_id":null,"html_url":"https://github.com/schemar/TFT-Billboard","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/schemar%2FTFT-Billboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schemar%2FTFT-Billboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schemar%2FTFT-Billboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schemar%2FTFT-Billboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schemar","download_url":"https://codeload.github.com/schemar/TFT-Billboard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243503185,"owners_count":20301195,"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":[],"created_at":"2024-11-19T17:08:25.241Z","updated_at":"2025-03-14T00:29:22.985Z","avatar_url":"https://github.com/schemar.png","language":"Arduino","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TFT Miniature Billboard\nA patch to use with a 2.4” TFT screen and an arduino microcontroller to\ndisplay digital adverts, like on a digital billboard.\n\nFor a complete tutorial, see my blog post at http://apheleia.me/how-to-create-a-miniature-billboard/\n\n## Setup\nTwo constants are set at the top of the patch for setting up your project.\n```C\n// DELAY defines the delay in between consecutive images in milliseconds.\n#define DELAY 3000\n// IMAGE_COUNT defines the number of image files on the micro SD card.\n#define IMAGE_COUNT 4\n```\n\n## Images\nAll images have to be 24-bit BMP images (they _have_ to be 24 bits).\nYou have to put the images you want to use in the root directory of the micro SD card.\nThey need to be numbered using two digits, starting at one and up to the number of configured images (see IMAGE_COUNT above).\nFor example:\n```\n01.bmp\n02.bmp\n03.bmp\n04.bmp\n```\nThus you can have a maximum of 99 images.\n\n## Appreciations\n\nGraphics/images from:\n* http://fsfe.org\n\nOriginal code from:\n* https://github.com/adafruit/TFTLCD-Library\n* https://github.com/Smoke-And-Wires/TFT-Shield-Example-Code\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschemar%2Ftft-billboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschemar%2Ftft-billboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschemar%2Ftft-billboard/lists"}