Taco OLED Connector and Type

Hello,
the wiki page mentions support for an optional OLED Display.
Which type of OLED Display can be used? And where is it connected to?

1 Like

I would also much appreciate any further info about OLED display connector (pinout, type of compatible OLED display, how to make it run, etc).

https://wiki.radxa.com/Taco mentions:

  • Optional PWM control fan for HDD heat dispatching
  • Optional OLED display for system info such as IP address or Storage usage

yet I can find info on neither one. I’d ideally like both the heatsink/fan as well as the oled display to show raid stats

On the wiki I found curl -sL https://rock.sh/get-taco | sudo -E bash - which is a script that calls either:
https://s3.setq.io/rockpi/sh/taco/cm3-lite.sh
or
https://s3.setq.io/rockpi/sh/taco/cm4-lite.sh

The CM4 script downloads and installs https://s3.setq.io/rockpi/deb/taco-fan-0.1.deb while the cm3 script is more easily viewable, which seams to point to GPIO 22 as the fan control, with 0 for low and 1 for high, set to turn on when /sys/class/thermal/thermal_zone0/temp reaches 50000. This seems to indicate an on/off rather than a PWM control…

Still can’t find anything about OLED connectivity…