Introduction
============
.. image:: https://readthedocs.org/projects/adafruit-circuitpython-display_text/badge/?version=latest
:target: https://docs.circuitpython.org/projects/display_text/en/latest/
:alt: Documentation Status
.. image:: https://raw.githubusercontent.com/adafruit/Adafruit_CircuitPython_Bundle/main/badges/adafruit_discord.svg
:target: https://adafru.it/discord
:alt: Discord
.. image:: https://github.com/adafruit/Adafruit_CircuitPython_Display_Text/workflows/Build%20CI/badge.svg
:target: https://github.com/adafruit/Adafruit_CircuitPython_Display_Text/actions/
:alt: Build Status
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
:alt: Code Style: Black
Displays text using CircuitPython's displayio.
Dependencies
=============
This driver depends on:
* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython>`_
Please ensure all dependencies are available on the CircuitPython filesystem.
This is easily achieved by downloading
`the Adafruit library and driver bundle <https://github.com/adafruit/Adafruit_CircuitPython_Bundle>`_.
Usage Example
=============
For a board with a built-in display.
.. code:: python
import board
import terminalio
from adafruit_display_text import label
text = "Hello world"
text_area = label.Label(terminalio.FONT, text=text)
text_area.x = 10
text_area.y = 10
board.DISPLAY.root_group = text_area
while True:
pass
Documentation
=============
API documentation for this library can be found on `Read the Docs <https://docs.circuitpython.org/projects/display_text/en/latest/>`_.
For information on building library documentation, please check out `this guide <https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/sharing-our-docs-on-readthedocs#sphinx-5-1>`_.
Contributing
============
Contributions are welcome! Please read our `Code of Conduct
<https://github.com/adafruit/Adafruit_CircuitPython_Display_Text/blob/main/CODE_OF_CONDUCT.md>`_
before contributing to help this project stay welcoming.
Raw data
{
"_id": null,
"home_page": null,
"name": "adafruit-circuitpython-display-text",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "adafruit, blinka, circuitpython, micropython, bitmap, fonts, text, display, tft, lcd, displayio",
"author": null,
"author_email": "Adafruit Industries <circuitpython@adafruit.com>",
"download_url": "https://files.pythonhosted.org/packages/d7/30/8ac7c33909e5bc3f54d95e6f1a585ddd914cd858c154ffc36da1492321e8/adafruit_circuitpython_display_text-3.2.0.tar.gz",
"platform": null,
"description": "Introduction\n============\n\n.. image:: https://readthedocs.org/projects/adafruit-circuitpython-display_text/badge/?version=latest\n :target: https://docs.circuitpython.org/projects/display_text/en/latest/\n :alt: Documentation Status\n\n.. image:: https://raw.githubusercontent.com/adafruit/Adafruit_CircuitPython_Bundle/main/badges/adafruit_discord.svg\n :target: https://adafru.it/discord\n :alt: Discord\n\n.. image:: https://github.com/adafruit/Adafruit_CircuitPython_Display_Text/workflows/Build%20CI/badge.svg\n :target: https://github.com/adafruit/Adafruit_CircuitPython_Display_Text/actions/\n :alt: Build Status\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n :target: https://github.com/psf/black\n :alt: Code Style: Black\n\nDisplays text using CircuitPython's displayio.\n\nDependencies\n=============\nThis driver depends on:\n\n* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython>`_\n\nPlease ensure all dependencies are available on the CircuitPython filesystem.\nThis is easily achieved by downloading\n`the Adafruit library and driver bundle <https://github.com/adafruit/Adafruit_CircuitPython_Bundle>`_.\n\nUsage Example\n=============\n\nFor a board with a built-in display.\n\n.. code:: python\n\n import board\n import terminalio\n from adafruit_display_text import label\n\n\n text = \"Hello world\"\n text_area = label.Label(terminalio.FONT, text=text)\n text_area.x = 10\n text_area.y = 10\n board.DISPLAY.root_group = text_area\n while True:\n pass\n\n\nDocumentation\n=============\n\nAPI documentation for this library can be found on `Read the Docs <https://docs.circuitpython.org/projects/display_text/en/latest/>`_.\n\nFor information on building library documentation, please check out `this guide <https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/sharing-our-docs-on-readthedocs#sphinx-5-1>`_.\n\nContributing\n============\n\nContributions are welcome! Please read our `Code of Conduct\n<https://github.com/adafruit/Adafruit_CircuitPython_Display_Text/blob/main/CODE_OF_CONDUCT.md>`_\nbefore contributing to help this project stay welcoming.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Displays text using CircuitPython's displayio.",
"version": "3.2.0",
"project_urls": {
"Homepage": "https://github.com/adafruit/Adafruit_CircuitPython_Display_Text"
},
"split_keywords": [
"adafruit",
" blinka",
" circuitpython",
" micropython",
" bitmap",
" fonts",
" text",
" display",
" tft",
" lcd",
" displayio"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0c6d0d044a4c2b37c39ef6708f60fc5eed5b25d453baf9488b5c4e94da2acbe6",
"md5": "0a9109087ed7d9ca11e4969365c20a2d",
"sha256": "66ae15bf4e364df9d4d1106a1139801ec1bc779b6061f5afc0a3bde96ee52102"
},
"downloads": -1,
"filename": "adafruit_circuitpython_display_text-3.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0a9109087ed7d9ca11e4969365c20a2d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 26335,
"upload_time": "2024-11-18T17:32:37",
"upload_time_iso_8601": "2024-11-18T17:32:37.893751Z",
"url": "https://files.pythonhosted.org/packages/0c/6d/0d044a4c2b37c39ef6708f60fc5eed5b25d453baf9488b5c4e94da2acbe6/adafruit_circuitpython_display_text-3.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d7308ac7c33909e5bc3f54d95e6f1a585ddd914cd858c154ffc36da1492321e8",
"md5": "7a4a169f437ac7c7753798674b73712f",
"sha256": "6cbddc153f1da5d99f0964517160bf5c888c997a48c2ddd431fea676c0bb98e8"
},
"downloads": -1,
"filename": "adafruit_circuitpython_display_text-3.2.0.tar.gz",
"has_sig": false,
"md5_digest": "7a4a169f437ac7c7753798674b73712f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 84867,
"upload_time": "2024-11-18T17:32:39",
"upload_time_iso_8601": "2024-11-18T17:32:39.813200Z",
"url": "https://files.pythonhosted.org/packages/d7/30/8ac7c33909e5bc3f54d95e6f1a585ddd914cd858c154ffc36da1492321e8/adafruit_circuitpython_display_text-3.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-18 17:32:39",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "adafruit",
"github_project": "Adafruit_CircuitPython_Display_Text",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "adafruit-circuitpython-display-text"
}