First time posting here and hoping for some advice. I'm trying to use a Nano, 10k potentiometer, servo, and 1.3" OLED display.
My goal is to display potentiometer percentage (0-5v on A0) on the SSD1306 OLED in percentage and control the servo with the same analog input. I have no issues doing this with the 16x2 LCD display. My only problem is using the SSD1306 OLED (libraries seem limited). All I need is numeric display and percentage sign. I've tried adafruit ssd1306 and GFX as well as OzOLED with no luck.
Am I missing something that is easily achieved or are the libraries out there not enough to complete this project? I am not well versed in C++ programming.