Question about Adafruit library for OLED Displays [solved]

While using the colour display SSD1351 with my Arduino board, I decided to switch from Ucglib to the Adafruit SSD1351 library since it had functions for drawing bitmaps and provided support for more characters such as 'Ω' and 'θ'.

When I installed it, I noticed that there was a prompt for installing 4 other libraries as shown below. Since my display has no touch screen and I don't intend to use it with Raspberry Pi, will I only need Adafruit SSD1351 and Adafruit GFX?

You will probably need BusIO. That is a dependency I've got stuck on before. You'll find out which ones you actually need when you compile, from the error messages. So you can just try.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.