Skip to content

Commit 55cfa05

Browse files
author
wamisnet
committed
r2向けディスプレイ対応
1 parent e8022e3 commit 55cfa05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/nefry/NefryDisplay.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include "NefryBTimg.h"
33
#include <string>
44

5-
SSD1306 _nefrySsdDisplay(0x3c, SDA, SCL);
5+
SSD1306 _nefrySsdDisplay(0x3c, SDA2, SCL2);
66
String _nefryPrintDisplay1 = "", _nefryPrintDisplay2 = "", _nefryPrintDisplay3 = "";
77

88
/* 初期化 */

0 commit comments

Comments
 (0)