karawin / Ka-Radio32

esp32 version of Ka-Radio (https://github.com/karawin/Ka-Radio) by jp Cocatrix
515 stars 155 forks source link

16x2 Scroll Speed Change #210

Closed usermoko closed 3 years ago

usermoko commented 3 years ago

Hi, i am using 16x2 lcd i2c, but the scroll speed is very fast and display does not react very well. how can i decrease it. the display i am using is built in dab radio philips ae5020. it is cog(chip on glass) type. Changed the library from LiquidCristal_I2C.h to ST7032.h in karadio addon works fine. The only issue is scroll speed.

karawin commented 3 years ago

You are not in the good project, but i am pretty sure that you can find the answer yourself if (loopcount++ == 0x3fff) { loopcount = 0; scroll();
}

usermoko commented 3 years ago

I don't know programming, but with your guidance i figured it out. Thank you very much for your help.