{"id":13802185,"url":"https://github.com/pramasoul/micropython-SHARP_Memory_Display","last_synced_at":"2025-05-13T12:32:29.334Z","repository":{"id":145315211,"uuid":"45290423","full_name":"pramasoul/micropython-SHARP_Memory_Display","owner":"pramasoul","description":"micropython driver for SHARP memory display","archived":false,"fork":false,"pushed_at":"2015-11-01T17:43:38.000Z","size":148,"stargazers_count":11,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-18T17:51:25.184Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/pramasoul.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-10-31T05:44:08.000Z","updated_at":"2024-11-05T15:35:35.000Z","dependencies_parsed_at":"2023-04-11T14:35:09.511Z","dependency_job_id":null,"html_url":"https://github.com/pramasoul/micropython-SHARP_Memory_Display","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/pramasoul%2Fmicropython-SHARP_Memory_Display","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pramasoul%2Fmicropython-SHARP_Memory_Display/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pramasoul%2Fmicropython-SHARP_Memory_Display/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pramasoul%2Fmicropython-SHARP_Memory_Display/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pramasoul","download_url":"https://codeload.github.com/pramasoul/micropython-SHARP_Memory_Display/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253942660,"owners_count":21988107,"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-08-04T00:01:38.506Z","updated_at":"2025-05-13T12:32:29.059Z","avatar_url":"https://github.com/pramasoul.png","language":"Python","readme":"# micropython-SHARP_Memory_Display\nA [micropython] (http://micropython.org/) driver for [SHARP memory displays] (http://www.sharpmemorylcd.com/aboutmemorylcd.html), including the [SHARP Memory Display Breakout] (https://www.adafruit.com/products/1393) for the [LS013B4DN04] (http://www.sharpmemorylcd.com/1-35-inch-memory-lcd.html) ([application info] (http://www.sharpmemorylcd.com/resources/LS013B4DN04_Application_Info.pdf), [datasheet] (http://www.mouser.com/ds/2/365/LS013B4DN04(3V_FPC)-204284.pdf)) from [AdaFruit] (https://www.adafruit.com/) \n\n## Example\n```python\nfrom sharp_mem_display import SharpMemDisplay\nscreen = SharpMemDisplay(2, 'Y5', 96, 96)\nscreen.clear()\nxdim = screen.xdim\nydim = screen.ydim\nx = xdim // 2\ny = ydim // 2\nmls = 255 * xdim // 8\non = True\nwhile True:\n    if on:\n        on = any(sum(line) \u003c mls for line in screen.lines)\n    else:\n        on = all(sum(line) == 0 for line in screen.lines)\n    for i in range(1000):\n        x = (x + rng()%3 - 1) % xdim\n        y = (y + rng()%3 - 1) % ydim\n        screen.set_pix(x, y, on)\n        screen.sync()\n```\n","funding_links":[],"categories":["Libraries"],"sub_categories":["Display"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpramasoul%2Fmicropython-SHARP_Memory_Display","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpramasoul%2Fmicropython-SHARP_Memory_Display","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpramasoul%2Fmicropython-SHARP_Memory_Display/lists"}