{ "info": { "author": "Philip Howard", "author_email": "phil@pimoroni.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Software Development", "Topic :: System :: Hardware" ], "description": "|Micro Dot pHAT| https://shop.pimoroni.com/products/microdot-phat\n\nMicro Dot pHAT is an unashamedly old school LED matrix display board,\nwith up to 30x7 pixels, using the Lite-On LTP-305 matrices. Perfect for\nbuilding a retro scrolling message display or a tiny 30 band spectrum\nanalyser.\n\nInstalling\n----------\n\nFull install (recommended):\n~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nWe've created an easy installation script that will install all\npre-requisites and get your Micro Dot pHAT up and running with minimal\nefforts. To run it, fire up Terminal which you'll find in Menu ->\nAccessories -> Terminal on your Raspberry Pi desktop, as illustrated\nbelow:\n\n.. figure:: http://get.pimoroni.com/resources/github-repo-terminal.png\n :alt: Finding the terminal\n\nIn the new terminal window type the command exactly as it appears below\n(check for typos) and follow the on-screen instructions:\n\n.. code:: bash\n\n curl https://get.pimoroni.com/microdotphat | bash\n\nAlternatively, on Raspbian, you can download the ``pimoroni-dashboard``\nand install your product by browsing to the relevant entry:\n\n.. code:: bash\n\n sudo apt-get install pimoroni\n\n(you will find the Dashboard under 'Accessories' too, in the Pi menu -\nor just run ``pimoroni-dashboard`` at the command line)\n\nIf you choose to download examples you'll find them in\n``/home/pi/Pimoroni/microdotphat/``.\n\nManual install:\n~~~~~~~~~~~~~~~\n\nLibrary install for Python 3:\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\non Raspbian:\n\n.. code:: bash\n\n sudo apt-get install python3-microdotphat\n\nother environments:\n\n.. code:: bash\n\n sudo pip3 install microdotphat\n\nLibrary install for Python 2:\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\non Raspbian:\n\n.. code:: bash\n\n sudo apt-get install python-microdotphat\n\nother environments:\n\n.. code:: bash\n\n sudo pip2 install microdotphat\n\nDevelopment:\n~~~~~~~~~~~~\n\nIf you want to contribute, or like living on the edge of your seat by\nhaving the latest code, you should clone this repository, ``cd`` to the\nlibrary directory, and run:\n\n.. code:: bash\n\n sudo python3 setup.py install\n\n(or ``sudo python setup.py install`` whichever your primary Python\nenvironment may be)\n\nIn all cases you will have to enable the i2c bus.\n\nDocumentation & Support\n-----------------------\n\n- Guides and tutorials - https://learn.pimoroni.com/microdot-phat\n- Function reference - http://docs.pimoroni.com/microdotphat/\n- GPIO Pinout - https://pinout.xyz/pinout/micro\\_dot\\_phat\n- Get help - http://forums.pimoroni.com/c/support\n\nUnofficial / Third-party libraries\n----------------------------------\n\n- Java library by Jim Darby - https://github.com/hackerjimbo/PiJava\n\n.. |Micro Dot pHAT| image:: https://raw.githubusercontent.com/pimoroni/microdot-phat/master/microdot-phat-logo.png\n\n0.2.1\n-----\n\n* BugFix: Call setup within set_brightness, fixes #20\n\n0.2.0\n-----\n\n* BugFix: Defer setup to avoid import side effects\n* BugFix: Reset scroll X and Y to zero when cleared\n* Feature: Added Japanese text support\n\n0.1.3\n-----\n\n* Added __version__ string to module\n* Added degrees symbol\n* Added mirroring: flip display left to right\n* Added DocStrings\n\n0.1.2\n-----\n\n* Added set_decimal for toggling decimal places\n* Replaced clear_on_exit with set_clear_on_exit method\n* Added support for 180 degree rotation\n\n0.1.1\n-----\n\n* Added set_brightness\n\n0.1.0\n-----\n\n* Vertical scrolling\n* Tweaks to write_string\n\n0.0.1\n-----\n\n* Initial Release", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.pimoroni.com", "keywords": "Raspberry Pi IoT Displays LCD LED", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "microdotphat", "package_url": "https://pypi.org/project/microdotphat/", "platform": "", "project_url": "https://pypi.org/project/microdotphat/", "project_urls": { "Homepage": "http://www.pimoroni.com" }, "release_url": "https://pypi.org/project/microdotphat/0.2.1/", "requires_dist": null, "requires_python": "", "summary": "Micro Dot pHAT Driver", "version": "0.2.1" }, "last_serial": 3683604, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "851d00f551001c86d59f25b8583a652b", "sha256": "24a8176e539d216e8093bf99a66e2e6bb419ca74d559c00b6a143f1ddda321a3" }, "downloads": -1, "filename": "microdotphat-0.0.1.tar.gz", "has_sig": false, "md5_digest": "851d00f551001c86d59f25b8583a652b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4575, "upload_time": "2016-07-07T15:55:02", "url": "https://files.pythonhosted.org/packages/d3/4a/e5a63c0372eb4b1e4ac1c2bb84b61b68cff39b0f96c5f6e01b8f3639c8e3/microdotphat-0.0.1.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "af4c982f8e8f5baf328543d1d7e671ea", "sha256": "a43e8908bb2814f4f50a9ec074fb9df3a37e72a2f368a8b1e2cd30af56b88f99" }, "downloads": -1, "filename": "microdotphat-0.1.0.tar.gz", "has_sig": false, "md5_digest": "af4c982f8e8f5baf328543d1d7e671ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9851, "upload_time": "2016-07-08T12:40:30", "url": "https://files.pythonhosted.org/packages/ea/fb/1f923c2a621fea7396067824a4650c0a58799818ee02e4ed8c3cb834561c/microdotphat-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "e31bc6ea8c2f40eb3d3bff86659c24d1", "sha256": "e19ad4f71b4634ffc1497e36a5c78812e382f3dcf50dc1ef66db7966f3d8b6cb" }, "downloads": -1, "filename": "microdotphat-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e31bc6ea8c2f40eb3d3bff86659c24d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11514, "upload_time": "2016-07-08T13:55:20", "url": "https://files.pythonhosted.org/packages/6c/17/0cff66cf61a0bc55bd5615b5d6775f815042a33f2d3b6d4744127c5be17a/microdotphat-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "4601e664e68b726c46b5d8e38a5f0355", "sha256": "0a91f933767b850abed4aa28159b64ae923ce62691fb634e2f8bf5a13220cdf9" }, "downloads": -1, "filename": "microdotphat-0.1.2.tar.gz", "has_sig": false, "md5_digest": "4601e664e68b726c46b5d8e38a5f0355", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12306, "upload_time": "2016-07-12T13:07:49", "url": "https://files.pythonhosted.org/packages/55/64/880b7f6e4c919cdb6d7e8dd2ef0d2a9692aaa123a716647ad887527f7c29/microdotphat-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "eba571ac34ebecbd95fd06760767639a", "sha256": "2744295b9690bea8eb40ed0a51b415443f680c8fd8b06799166d3cf168fd2186" }, "downloads": -1, "filename": "microdotphat-0.1.3.tar.gz", "has_sig": false, "md5_digest": "eba571ac34ebecbd95fd06760767639a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8411, "upload_time": "2016-11-10T14:28:26", "url": "https://files.pythonhosted.org/packages/81/5e/c5032f2baf3fe2ed74ce36b5decd938ee5fa62fdda302285994558489008/microdotphat-0.1.3.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "79bdc4608a7b7ef02db1c570b72540df", "sha256": "3eca03da9bffd78926ffcdef317838dea207bf139cc94916002864f95b8a64c4" }, "downloads": -1, "filename": "microdotphat-0.2.0-py2-none-any.whl", "has_sig": false, "md5_digest": "79bdc4608a7b7ef02db1c570b72540df", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 14201, "upload_time": "2018-03-15T15:42:29", "url": "https://files.pythonhosted.org/packages/5c/b3/7956d606c736d2211fb54581b0d3612f6f26229393da4ff16757a3c06eb3/microdotphat-0.2.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a9f9b76dbe0f309bc4c3d73a020d2a4b", "sha256": "89472cd5e6af61fe847c6a0413b98bfef119afc903549388dbb367a9b6dab959" }, "downloads": -1, "filename": "microdotphat-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a9f9b76dbe0f309bc4c3d73a020d2a4b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14196, "upload_time": "2018-03-15T15:42:31", "url": "https://files.pythonhosted.org/packages/b6/ec/9449791f7a15a71e481d649b4721ff004d24d87789eaebd8f4dc2641d6e3/microdotphat-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4bf7da2491803b889e1f13f4a06f29de", "sha256": "34306dfbf13e46d24a2deddced5cbace1f74462a2224162d08a43196b1298a97" }, "downloads": -1, "filename": "microdotphat-0.2.0.tar.gz", "has_sig": false, "md5_digest": "4bf7da2491803b889e1f13f4a06f29de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13986, "upload_time": "2018-03-15T15:42:33", "url": "https://files.pythonhosted.org/packages/35/2a/4e8f796c6a7b64630b82add3231d992998d8269f77311547a7e4f52608ba/microdotphat-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "7a61356f8fd43311d7d29dde8ac284e9", "sha256": "a2e30c85187d081b9eb334b3e29fe98344cedf1bec8838d7439e6f89339b04f0" }, "downloads": -1, "filename": "microdotphat-0.2.1-py2-none-any.whl", "has_sig": false, "md5_digest": "7a61356f8fd43311d7d29dde8ac284e9", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 14264, "upload_time": "2018-03-19T12:22:56", "url": "https://files.pythonhosted.org/packages/be/b8/ac4f9112cb334006cc8300e8a3ef63939adaed851f8842943b1c3f436eab/microdotphat-0.2.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f0ce9b7493ef1d2c7ef2b5cfa437670f", "sha256": "c2a1f3d889ccdaaa829256f4f72fa42df47662c807943c6ddbc0a50680aef95e" }, "downloads": -1, "filename": "microdotphat-0.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "f0ce9b7493ef1d2c7ef2b5cfa437670f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14266, "upload_time": "2018-03-19T12:23:01", "url": "https://files.pythonhosted.org/packages/7e/2b/f35bf551d89e7ef0fdf9ede71c2fa73ec316896ec34d5a4a8d0933086f20/microdotphat-0.2.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4f5ae83651675d42466637e1ab36e54d", "sha256": "1ab087402b8f6179b5efbf762ba9530679d46bb97385716abbe3d9c07d08e9d7" }, "downloads": -1, "filename": "microdotphat-0.2.1.tar.gz", "has_sig": false, "md5_digest": "4f5ae83651675d42466637e1ab36e54d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14031, "upload_time": "2018-03-19T12:22:38", "url": "https://files.pythonhosted.org/packages/b3/b9/05089a4ba12659d8c77b9ba661b4f461fe5bb52b70a8d29a3b28da6c6c27/microdotphat-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7a61356f8fd43311d7d29dde8ac284e9", "sha256": "a2e30c85187d081b9eb334b3e29fe98344cedf1bec8838d7439e6f89339b04f0" }, "downloads": -1, "filename": "microdotphat-0.2.1-py2-none-any.whl", "has_sig": false, "md5_digest": "7a61356f8fd43311d7d29dde8ac284e9", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 14264, "upload_time": "2018-03-19T12:22:56", "url": "https://files.pythonhosted.org/packages/be/b8/ac4f9112cb334006cc8300e8a3ef63939adaed851f8842943b1c3f436eab/microdotphat-0.2.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f0ce9b7493ef1d2c7ef2b5cfa437670f", "sha256": "c2a1f3d889ccdaaa829256f4f72fa42df47662c807943c6ddbc0a50680aef95e" }, "downloads": -1, "filename": "microdotphat-0.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "f0ce9b7493ef1d2c7ef2b5cfa437670f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14266, "upload_time": "2018-03-19T12:23:01", "url": "https://files.pythonhosted.org/packages/7e/2b/f35bf551d89e7ef0fdf9ede71c2fa73ec316896ec34d5a4a8d0933086f20/microdotphat-0.2.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4f5ae83651675d42466637e1ab36e54d", "sha256": "1ab087402b8f6179b5efbf762ba9530679d46bb97385716abbe3d9c07d08e9d7" }, "downloads": -1, "filename": "microdotphat-0.2.1.tar.gz", "has_sig": false, "md5_digest": "4f5ae83651675d42466637e1ab36e54d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14031, "upload_time": "2018-03-19T12:22:38", "url": "https://files.pythonhosted.org/packages/b3/b9/05089a4ba12659d8c77b9ba661b4f461fe5bb52b70a8d29a3b28da6c6c27/microdotphat-0.2.1.tar.gz" } ] }