display
¶
Display constants.
Attributes:
| Name | Type | Description |
|---|---|---|
BLACK |
int
|
Display color Black. |
DISPLAY_HEIGHT |
int
|
Height of the display in pixel. |
DISPLAY_WIDTH |
int
|
Width of the display in pixel. |
LINE_HEIGHT |
int
|
Height of a text line on the display in pixel. |
MAX_LINE_COUNT |
int
|
Number of text lines on the display. |
WHITE |
int
|
Display color White. |