mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-18 07:47:32 +00:00
Fix build with high / low i2c address for OLED
This commit is contained in:
@@ -174,6 +174,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
// -----------------------------------------------------------------------------
|
||||
#if defined(SEEED_WIO_TRACKER_L1) && !defined(SEEED_WIO_TRACKER_L1_EINK)
|
||||
#define SSD1306_ADDRESS 0x3D
|
||||
#define SSD1306_ADDRESS_H SSD1306_ADDRESS
|
||||
#define SSD1306_ADDRESS_L 0x3C // Alternate low address for scanners
|
||||
#define USE_SH1106
|
||||
#else
|
||||
#define SSD1306_ADDRESS_L 0x3C // Addr = 0
|
||||
|
||||
Reference in New Issue
Block a user