Skip to content

Commit 56ac989

Browse files
authored
Display changed to HW I2C
Display changed to HW I2C Constructor changed U8X8_SSD1306_128X64_NONAME_SW_I2C -> U8X8_SSD1306_128X64_NONAME_HW_I2C
1 parent cbf0040 commit 56ac989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Arduino_SensorKit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#endif
2626

2727
//Make the declared components from the .cpp to the sketch available
28-
extern U8X8_SSD1306_128X64_NONAME_SW_I2C Oled;
28+
extern U8X8_SSD1306_128X64_NONAME_HW_I2C Oled;
2929
extern SensorKit_LIS3DHTR Accelerometer;
3030
extern SensorKit_BMP280 Pressure;
3131
extern DHT Environment;

0 commit comments

Comments
 (0)