From 8f711476fc866faf111181b0148cf069d9fceaba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Thu, 19 Jan 2023 00:15:22 +0100 Subject: [PATCH] add SH1107 --- meshtastic/config.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/config.proto b/meshtastic/config.proto index cad06dc..7eecf4a 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -433,6 +433,11 @@ message Config { * Default / Auto */ OLED_SH1106 = 2; + + /* + * Can not be auto detected but set by proto. Used for 128x128 screens + */ + OLED_SH1107 = 3; } /*