Hi,
Can I change setTextcolor() for different line in OLED display using Adafruit_ssd1306 library? I am using a 0.96 inch 128x64 display. For reference, what to do to print as per the attached image?
Will appreciate help.

Hi,
Can I change setTextcolor() for different line in OLED display using Adafruit_ssd1306 library? I am using a 0.96 inch 128x64 display. For reference, what to do to print as per the attached image?
Will appreciate help.

display.setTextColor(BLACK, WHITE); // dark text on light background
display.setTextColor(WHITE, BLACK); // light text on dark background
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.