27 lines
581 B
ReStructuredText
27 lines
581 B
ReStructuredText
|
|
.. If you created a package, create one automodule per module in the package.
|
|
|
|
.. If your library file(s) are nested in a directory (e.g. /adafruit_foo/foo.py)
|
|
.. use this format as the module name: "adafruit_foo.foo"
|
|
|
|
|
|
.. automodule:: displayio
|
|
:members: Bitmap, ColorConverter, Group, OnDiskBitmap, Palette, TileGrid
|
|
|
|
.. automodule:: fontio
|
|
:members:
|
|
|
|
.. automodule:: terminalio
|
|
:members:
|
|
|
|
.. automodule:: paralleldisplaybus
|
|
:members:
|
|
|
|
.. automodule:: i2cdisplaybus
|
|
:members:
|
|
|
|
.. automodule:: fourwire
|
|
:members:
|
|
|
|
.. automodule:: busdisplay
|
|
:members:
|