24 lines
861 B
YAML
24 lines
861 B
YAML
description: >
|
|
M5Stack PaperS3 E-Ink display (EPDiy library, ED047TC1 panel over the board's dedicated
|
|
parallel bus - epd_board_m5papers3 hardcodes all of its pins internally, so this node takes
|
|
no pin properties of its own).
|
|
|
|
compatible: "m5stack,papers3-display"
|
|
|
|
properties:
|
|
temperature-celsius:
|
|
type: int
|
|
default: 20
|
|
description: Ambient temperature in °C, used for waveform timing compensation
|
|
quality-draw-mode:
|
|
type: int
|
|
default: MODE_GC16
|
|
description: >
|
|
EpdDrawMode waveform used for full-quality refreshes (e.g. MODE_GC16, MODE_GL16).
|
|
Fast partial updates always use MODE_DU internally and are not configurable - see
|
|
driver comments.
|
|
rotation:
|
|
type: int
|
|
default: EPD_ROT_PORTRAIT
|
|
description: Fixed EpdRotation applied at start - not changeable at runtime (see driver README/comments)
|