Does anyone know can i use ssd1306 with bruce? I have Esp32-s3 board and i want to use ssd1306 display with it. I got schemes and ist says that i need spi st7789 1.47. I have only ssd1306, can use it somehow?
Depends on how much you want to use this display, unfortunately for now this is not easy because we are using SPI for the display with the TFT_eSPI library, on the future we will probably use another lib like Arduino_GFX which is more easy to port than to make a full rewrite to use lvgl instead to support I2C on displays.
But for now you can probably make a way around to make it work somehow like with the PCF8574 Remote 8-Bit I/O Expander for I2C Bus as gpio extender or another microcontroller just for “converting” if you really want it to work on this display.
Looks like it’s easier to make my own interface and use functions from code, it’s seems to be easy bc Bruce is open source
Nuhhhh i’m to lazy, i’ll just buy new display