Skip to content
Snippets Groups Projects
Commit cfce7d78 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

docs/lcd160cr: Group related constants together. Use full sentences.

Per the latest docs conventions.
parent ba33c544
Branches
No related tags found
No related merge requests found
...@@ -380,15 +380,15 @@ Constants ...@@ -380,15 +380,15 @@ Constants
--------- ---------
.. data:: lcd160cr.PORTRAIT .. data:: lcd160cr.PORTRAIT
.. data:: lcd160cr.LANDSCAPE lcd160cr.LANDSCAPE
.. data:: lcd160cr.PORTRAIT_UPSIDEDOWN lcd160cr.PORTRAIT_UPSIDEDOWN
.. data:: lcd160cr.LANDSCAPE_UPSIDEDOWN lcd160cr.LANDSCAPE_UPSIDEDOWN
orientation of the display, used by :meth:`LCD160CR.set_orient` Orientations of the display, used by :meth:`LCD160CR.set_orient`.
.. data:: lcd160cr.STARTUP_DECO_NONE .. data:: lcd160cr.STARTUP_DECO_NONE
.. data:: lcd160cr.STARTUP_DECO_MLOGO lcd160cr.STARTUP_DECO_MLOGO
.. data:: lcd160cr.STARTUP_DECO_INFO lcd160cr.STARTUP_DECO_INFO
type of start-up decoration, can be or'd together, used by Types of start-up decoration, can be OR'ed together, used by
:meth:`LCD160CR.set_startup_deco` :meth:`LCD160CR.set_startup_deco`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment