fix for oled demo sw

main
Yik Teng Hie 5 years ago
parent 18844cf02c
commit 7cf5ec324a

@ -7,7 +7,7 @@
| 3-Axis Magnetic Electronic Compass | GY271 | HMC5883L | 0x1E |
| 3-Axis Magnetometer Acceleration Sensor | GY-LSM303C | LSM 303C | accelerometer : 0x1D, magnetometer : 0x1E |
| Infrared Temperature Sensor | GY-906 | MLX90614ESF | 0x5A |
| 0.91' OLED Display | Generic | SSD1306 | 0x3C |
| 0.91' OLED Display (128 x 32) | Generic | SSD1306 | 0x3C |
- Datasheet
@ -24,6 +24,10 @@
- [GY271](.\arduino-lib\Mecha_QMC5883L)
- [GY-906](https://github.com/adafruit/Adafruit-MLX90614-Library)
- Adafruit [SSD-1306](https://github.com/adafruit/Adafruit_SSD1306)
+ need to change below to `LED_BUILTIN` due to conflict with esp8266 i2c (Pin4 - sda / 5 - scl)
```
#define OLED_RESET LED_BUILTIN //4
```
- Tutorial

Loading…
Cancel
Save