{"id":13802153,"url":"https://github.com/jposada202020/MicroPython_UPLOT","last_synced_at":"2025-05-13T12:32:30.871Z","repository":{"id":188172156,"uuid":"677951183","full_name":"jposada202020/MicroPython_UPLOT","owner":"jposada202020","description":"⛔️ DEPRECATED MicroPython Small Graphics framework using the IL9486 display ","archived":true,"fork":false,"pushed_at":"2024-12-19T04:04:49.000Z","size":536,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-06T14:43:37.921Z","etag":null,"topics":["archived","bar","canvas","cartesian","deprecated","graphics","il9486","logging","micropython","obsolete","pico","plot","scatter"],"latest_commit_sha":null,"homepage":"","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/jposada202020.png","metadata":{"files":{"readme":"README.rst","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,"governance":null}},"created_at":"2023-08-13T07:27:22.000Z","updated_at":"2024-12-19T04:05:03.000Z","dependencies_parsed_at":"2023-08-14T05:29:11.402Z","dependency_job_id":"80b43927-ed70-4464-8510-116ef96b2479","html_url":"https://github.com/jposada202020/MicroPython_UPLOT","commit_stats":{"total_commits":22,"total_committers":2,"mean_commits":11.0,"dds":"0.045454545454545414","last_synced_commit":"cb1a7754a82512cecd88c1195ccd753d538adcc6"},"previous_names":["jposada202020/micropython_uplot"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jposada202020%2FMicroPython_UPLOT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jposada202020%2FMicroPython_UPLOT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jposada202020%2FMicroPython_UPLOT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jposada202020%2FMicroPython_UPLOT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jposada202020","download_url":"https://codeload.github.com/jposada202020/MicroPython_UPLOT/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253942674,"owners_count":21988108,"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":["archived","bar","canvas","cartesian","deprecated","graphics","il9486","logging","micropython","obsolete","pico","plot","scatter"],"created_at":"2024-08-04T00:01:37.551Z","updated_at":"2025-05-13T12:32:30.851Z","avatar_url":"https://github.com/jposada202020.png","language":"Python","readme":"⛔️ DEPRECATED\n===============\n\nThis repository is no longer supported, please consider using alternatives.\n\n.. image:: http://unmaintained.tech/badge.svg\n  :target: http://unmaintained.tech\n  :alt: No Maintenance Intended\n\nMicroPython Graphics Library. This library uses the IL9486 driver from Peter Hinch taken from\nhttps://github.com/peterhinch/micropython-nano-gui. with a Waveshare 3.5 display\nThis library uses FrameBuffer. It could work for other displays, however, is not my intention to\nadapt or provide this functionality. This is an exercise to learn MicroPython Graphics adapting\nthe following library from CircuitPython\nhttps://github.com/jposada202020/CircuitPython_uplot\n\nTake a look in the `examples \u003chttps://micropython-uplot.readthedocs.io/en/latest/examples.html\u003e`_ section in RTD to see the gallery\n\n\n.. image:: https://github.com/jposada202020/MicroPython_UPLOT/blob/main/docs/readme1.png\n\n\nInstalling with mip\n====================\nTo install using mpremote\n\n.. code-block:: shell\n\n    mpremote mip install github:jposada202020/MicroPython_UPLOT\n\nTo install directly using a WIFI capable board\n\n.. code-block:: shell\n\n    mip.install(\"github:jposada202020/MicroPython_UPLOT\")\n\n\nInstalling Library Examples\n============================\n\nIf you want to install library examples:\n\n.. code-block:: shell\n\n    mpremote mip install github:jposada202020/MicroPython_UPLOT/examples.json\n\nTo install directly using a WIFI capable board\n\n.. code-block:: shell\n\n    mip.install(\"github:jposada202020/MicroPython_UPLOT/examples.json\")\n\n\nInstalling from PyPI\n=====================\n\nOn supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from\nPyPI \u003chttps://pypi.org/project/micropython-uplot/\u003e`_.\nTo install for current user:\n\n.. code-block:: shell\n\n    pip3 install micropython-uplot\n\nTo install system-wide (this may be required in some cases):\n\n.. code-block:: shell\n\n    sudo pip3 install micropython-uplot\n\nTo install in a virtual environment in your current project:\n\n.. code-block:: shell\n\n    mkdir project-name \u0026\u0026 cd project-name\n    python3 -m venv .venv\n    source .env/bin/activate\n    pip3 install micropython-uplot\n\n\nUsage Example\n=============\n\nTake a look at the examples directory\n\nDocumentation\n=============\nAPI documentation for this library can be found on `Read the Docs \u003chttps://micropython-uplot.readthedocs.io/en/latest/\u003e`_.\n","funding_links":[],"categories":["Libraries"],"sub_categories":["Display"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjposada202020%2FMicroPython_UPLOT","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjposada202020%2FMicroPython_UPLOT","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjposada202020%2FMicroPython_UPLOT/lists"}