{ "info": { "author": "Adam Bogda\u0142", "author_email": "adam@bogdal.pl", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Hardware :: Hardware Drivers" ], "description": "rpi-lcd\n=======\n\nThis library supports LCD text displays (20x4, 16x2 and other) via I\u00b2C converter.\n\nIt requires the ``python-smbus`` package installed on your Raspberry Pi and enabled ``ARM I2C`` interface.\n\nInstallation\n------------\n\nGet the package from ``pypi``::\n\n pip install rpi-lcd\n\nUsage\n-----\n\n.. code-block:: python\n\n from rpi_lcd import LCD\n from time import sleep\n\n lcd = LCD()\n \n lcd.text('Hello World!', 1)\n lcd.text('Raspberry Pi', 2)\n lcd.text('is really', 3, 'center')\n lcd.text('awesome', 4, 'right')\n\n sleep(5)\n lcd.clear()\n \n``rpi-lcd`` handles multiline texts::\n\n from rpi_lcd import LCD\n \n lcd = LCD()\n lcd.text('This is a message that has more than 20 chars and does not fit in one line', 1)\n \n.. image:: https://github-bogdal.s3.amazonaws.com/rpi-lcd/lcd_text.jpeg\n\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bogdal/rpi-lcd", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "rpi-lcd", "package_url": "https://pypi.org/project/rpi-lcd/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/rpi-lcd/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bogdal/rpi-lcd" }, "release_url": "https://pypi.org/project/rpi-lcd/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "I\u00b2C LCD library for RaspberryPi", "version": "0.0.2" }, "last_serial": 2332322, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "9324faa12dbcb195f20de80d008ba930", "sha256": "cea99397a8d19a02893ebbc89709a0d10fdbe41b28e0c41f590b64d2f1dc3058" }, "downloads": -1, "filename": "rpi-lcd-0.0.1.tar.gz", "has_sig": false, "md5_digest": "9324faa12dbcb195f20de80d008ba930", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1692, "upload_time": "2016-09-08T04:01:55", "url": "https://files.pythonhosted.org/packages/0b/ae/2b9f7cdc668b091b9fb8a1ac8f9662ddf2bb442a74cec37fce2987e42d99/rpi-lcd-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "01711ee150297c0424cba949c5ca3a00", "sha256": "ceb0103b78046420b044300b0fb6d681e7277cdd19dd2601d84bcabbd5de9108" }, "downloads": -1, "filename": "rpi-lcd-0.0.2.tar.gz", "has_sig": false, "md5_digest": "01711ee150297c0424cba949c5ca3a00", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2164, "upload_time": "2016-09-08T21:12:56", "url": "https://files.pythonhosted.org/packages/29/1b/966992c6c97e8d6cd590bca120bd3be5c650ba52f46990ce78667c238eff/rpi-lcd-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "01711ee150297c0424cba949c5ca3a00", "sha256": "ceb0103b78046420b044300b0fb6d681e7277cdd19dd2601d84bcabbd5de9108" }, "downloads": -1, "filename": "rpi-lcd-0.0.2.tar.gz", "has_sig": false, "md5_digest": "01711ee150297c0424cba949c5ca3a00", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2164, "upload_time": "2016-09-08T21:12:56", "url": "https://files.pythonhosted.org/packages/29/1b/966992c6c97e8d6cd590bca120bd3be5c650ba52f46990ce78667c238eff/rpi-lcd-0.0.2.tar.gz" } ] }