diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2021-10-21 12:07:32 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2021-10-21 12:07:32 +0200 |
commit | 9e909994e78dae8071a6fc51bb339519a6cded89 (patch) | |
tree | 1b4cd37bc555f8fa23c58659b71fc0b2368f783a | |
parent | 7b7c2c5ba6e10d16c80cf94cf2757aad85ebfc3c (diff) |
pervasive aurora mb: more specific hardware description
-rw-r--r-- | include/driver/pervasive_aurora_mb.h | 6 | ||||
-rw-r--r-- | src/driver/pervasive_aurora_mb.cc | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/include/driver/pervasive_aurora_mb.h b/include/driver/pervasive_aurora_mb.h index 5b8775d..9d0bc86 100644 --- a/include/driver/pervasive_aurora_mb.h +++ b/include/driver/pervasive_aurora_mb.h @@ -3,8 +3,10 @@ * * SPDX-License-Identifier: BSD-2-Clause * - * Driver for Pervasive Aurora Mb E-Paper displays with internal Timing - * Controller (iTC). Configured for the 300x400px 4.2" variant. + * Driver for 4.2" Pervasive Aurora Mb (V230/V231) E-Paper displays with + * internal Timing Controller (iTC) connected to a Pervasive EPD Extension + * Board Gen 2 (EXT2)-02. Configured for the 300x400px 4.2" E-Paper variant; + * register contents and LUTs for other resolutions and revisions may differ. */ #pragma once diff --git a/src/driver/pervasive_aurora_mb.cc b/src/driver/pervasive_aurora_mb.cc index c83f16b..b422916 100644 --- a/src/driver/pervasive_aurora_mb.cc +++ b/src/driver/pervasive_aurora_mb.cc @@ -3,8 +3,10 @@ * * SPDX-License-Identifier: BSD-2-Clause * - * Driver for Pervasive Aurora Mb E-Paper displays with internal Timing - * Controller (iTC). Configured for the 300x400px 4.2" variant. + * Driver for 4.2" Pervasive Aurora Mb (V230/V231) E-Paper displays with + * internal Timing Controller (iTC) connected to a Pervasive EPD Extension + * Board Gen 2 (EXT2)-02. Configured for the 300x400px 4.2" E-Paper variant; + * register contents and LUTs for other resolutions and revisions may differ. */ #include "driver/pervasive_aurora_mb.h" #include "driver/spi.h" |