Wixel and SPI OLED display

Hello everybody
I’m looking for any example for wixel<>oled display connection. It(display) works fine with Arduino, I know what it can be connected to MSP430(TI microcontroller) - but can’t find any examples for connect to Wixel.
Any ideas?
BR, Max

Hello.

We do not know of any existing code to drive an OLED display with the Wixel. If you want to develop your own software, you might find the spi_master library in our Wixel SDK helpful.

-Nathan

See as an example this project with SSD1306 OLED`s (SPI and I2C): https://github.com/Oestoidea/oled-spectrum-analizer/tree/master/Wixel_2oleds

1 Like