Skip to content

Commit

Permalink
doc: add reference to hd44780 font mapping (#151)
Browse files Browse the repository at this point in the history
* doc: add reference to hd44780 font mapping

* use attr
  • Loading branch information
thijstriemstra committed Nov 17, 2021
1 parent c9fd942 commit a43bce6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/HD44780.rst
Expand Up @@ -231,5 +231,8 @@ character limitation. If you exceed 8 characters within a screen, the ``undefin
character will be used for all additional characters that are not contained
within the devices font table.

The table for all display characters can be found in the :py:attr:`luma.lcd.const.hd44780.FONTDATA`
attribute.

See the documentation for :py:mod:`luma.core.bitmap_font` for more information on
how to use the ``bitmap_font`` module.

0 comments on commit a43bce6

Please sign in to comment.