summaryrefslogtreecommitdiff
path: root/src/driver/ssd1306.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/ssd1306.cc')
-rw-r--r--src/driver/ssd1306.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/driver/ssd1306.cc b/src/driver/ssd1306.cc
index 4ad47ec..e1c299e 100644
--- a/src/driver/ssd1306.cc
+++ b/src/driver/ssd1306.cc
@@ -2,6 +2,9 @@
* Copyright 2021 Daniel Friesel
*
* SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Driver for Solomon Systech SSD1306 OLED controller. Tested with
+ * 128x64 and 128x32 Displays.
*/
#include "driver/ssd1306.h"
#if defined(MULTIPASS_ARCH_HAS_I2C) && !defined(CONFIG_driver_softi2c)