mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Merge pull request #1759 from jflyper/bfdev-i2c-oled-to-use-I2C_DEVICE
OLED default I2C bus to I2C_DEVICE instead of I2CDEV_1
This commit is contained in:
commit
fcb490c281
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
#include "display_ug2864hsweg01.h"
|
||||
|
||||
#ifndef OLED_I2C_INSTANCE
|
||||
#define OLED_I2C_INSTANCE I2CDEV_1
|
||||
#define OLED_I2C_INSTANCE I2C_DEVICE
|
||||
#endif
|
||||
|
||||
#define INVERSE_CHAR_FORMAT 0x7f // 0b01111111
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue