Slow update

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
Dariusz737
 
Posts: 3
Joined: Mon Jun 27, 2022 9:44 am

Slow update

Post by Dariusz737 »

Hello
Is it normal for code bellow to take 60ms to complete.

display.setCursor(0,22);
display.setTextColor(WHITE, BLACK);
display.print(" ");
display.setTextColor(WHITE);
display.setCursor(0,22);
display.print(us);
display.print("u/");
display.print(kat);
display.display();

User avatar
mikeysklar
 
Posts: 13936
Joined: Mon Aug 01, 2016 8:10 pm

Re: Slow update

Post by mikeysklar »

Which display (adafruit part#) and controller are you using?

User avatar
Dariusz737
 
Posts: 3
Joined: Mon Jun 27, 2022 9:44 am

Re: Slow update

Post by Dariusz737 »

0.95 I2C OLED
128x64
Unfortunately not ardufit branded, just using library.

User avatar
mikeysklar
 
Posts: 13936
Joined: Mon Aug 01, 2016 8:10 pm

Re: Slow update

Post by mikeysklar »

You will need to seek support from the vendor you purchased the hardware from.

User avatar
Dariusz737
 
Posts: 3
Joined: Mon Jun 27, 2022 9:44 am

Re: Slow update

Post by Dariusz737 »

Will be easier to use different library I believe, will try. So as I understand answer for my question is “no” it should be done faster. Or, on Ardufit display it would be 1 ms for instance because it’s my hardware (display) limitation. Then I will order Ardufit Oled and problem will be solved? Correct ?

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”