-
I have connected SSD1306 OLED Displays with a TCA9548 8 channel I2C multiplexer to an Arduino Pro Micro.
I want to display in each OLED information from each of the 8 tracks in my DAW.
I used Contro…
-
Hi Eric,
I tried to compile the latest version but got several errors:
![image](https://github.com/user-attachments/assets/ca6676b0-2488-4b05-8fd9-011e72a77a12)
![image](https://github.com/user-a…
-
Hello,
I've noticed that the MIDI.H function: MIDI_CREATE_DEFAULT_INSTANCE() isn't compatible with the function display.begin(SSD1306_SWITCHCAPVCC, 0x3C) from the adafruit_ssd1306 display lcd library…
-
My set-up consists of:
DS011
OLED SSD1306
DS18B20
BME280
The OLED currently limits to four displays, e.g. Device Info, SDS011, BMP/E280, WiFi Info. If I exclude the BMP/E280 device, the DS18B20…
-
Continued from https://github.com/embedded-graphics/embedded-graphics/issues/671:
> Sorry if I wasn't clear earlier in the thread; I think your list of 4 displays is a good one:
>
> * SSD1306…
-
how do I change default OLED Display SSD1306 to SH1106
-
Right now I'm exclusively using the SSD1331 low-level line drawing function for the OLED display. When I attempt anything more complicated the first page (horizontal section/row) of the OLED works fin…
-
**Describe the bug**
When printing characters to the screen without a terminating new-line, the LogBuffer is correctly displayed, except for the very last character, which is omitted from the display…
-
### The problem
When upgrading to 2023.10.1, my display gets blank.
I use:
```
i2c:
sda: GPIO21
scl: GPIO22
frequency: 400kHz
scan: true
display:
- platform: ssd1306_i2c
…
-
My project can use several displays and an SSD1306 OLED display is not mandatory. But if I try to call the `begin` method, it freezes my firmware as I use your version I²C. So I have no practical way …
hlide updated
3 years ago