Hello. We are trying to create a small OLED (SSD1306) display for our VIM case.
We have done this with success on VIM3 using GPIO pins 24 to 27 on VIM3 with Ubuntu 20.04, but on VIM4 it looks like not to work - missing support, missing env.txt support to enable the overlay?
The OS report no files for port 0 or 5 in /dev (we have tried everything) or like the doc now calls port I2C A and F…
Is this not yet supported? Or is there a way to enable the I2C overlay/support in Ubuntu 22.04 with VIM4 ???
@Dario_Armellin the only i2c options are mostly 1-bit displays like the SSD1306 or some e-Paper displays, I2C lacks the bandwidth for any color display, maybe you can instead opt for SPI based displays, such as the ST7789.