From 9428034fc843fc5b9d1f4b9ba25f804d204b1a30 Mon Sep 17 00:00:00 2001 From: Bas Stottelaar <basstottelaar@gmail.com> Date: Sun, 5 Nov 2017 18:54:12 +0100 Subject: [PATCH] tests: fix for u8g2 default I2C address. --- tests/pkg_u8g2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pkg_u8g2/Makefile b/tests/pkg_u8g2/Makefile index 4ea5d4312c..9933ed988c 100644 --- a/tests/pkg_u8g2/Makefile +++ b/tests/pkg_u8g2/Makefile @@ -13,7 +13,7 @@ TEST_OUTPUT ?= 1 TEST_I2C ?= 0 TEST_SPI ?= 0 -TEST_ADDR ?= 0x78 +TEST_ADDR ?= 0x3c TEST_PIN_CS ?= GPIO_PIN\(0,0\) TEST_PIN_DC ?= GPIO_PIN\(0,0\) -- GitLab