M5Stack PaperS3 display driver improved (#647)
This commit is contained in:
@@ -10,10 +10,13 @@ properties:
|
||||
type: int
|
||||
default: 20
|
||||
description: Ambient temperature in °C, used for waveform timing compensation
|
||||
draw-mode:
|
||||
quality-draw-mode:
|
||||
type: int
|
||||
default: MODE_DU
|
||||
description: Default EpdDrawMode waveform used for screen updates (e.g. MODE_DU, MODE_GC16)
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user