Frequency of microcontroller #1560
Replies: 3 comments 3 replies
-
Much more information is needed here. Which constructor do you use? How much of calculation do you do for the picture? |
Beta Was this translation helpful? Give feedback.
-
There are several examples available, which I suggest to study: For scrolling: https://github.com/olikraus/u8g2/blob/master/sys/arduino/u8g2_page_buffer/Weather/Weather.ino For scrolling only on a part of the window, use ClipWindow function: https://github.com/olikraus/u8g2/blob/master/sys/arduino/u8g2_page_buffer/ClipWindow/ClipWindow.ino For further speed up, you might also consider to do a partial screen update: |
Beta Was this translation helpful? Give feedback.
-
I am using (u8g2_Setup_st7586s_s028hn118a_f) and AVR , IDE - atmel studio |
Beta Was this translation helpful? Give feedback.
-
I'm interfacing my lcd dot matrix of pixel 240*160, but it's too slow on 24mhz frequency. Please guide me on what minimum frequency i can display my image fast. If 24mhz is sufficient then please guide me for refreshing my display for every new image at higher refresh rate.
Beta Was this translation helpful? Give feedback.
All reactions