mxs frame buffer refresh rate in Hz where can I set ?
itmicro |
|
|
|
|
|
|
|
Пункты: 2274 |
Регистрация: 20.10.2010 |
|
|
|
Hi,
I want to change/set tft lcd refresh rate. Where can I make this setting. I want to decrease this to 20 Hz. Thanks,
Regards |
|
|
|
|
|
sasamy |
|
|
|
|
|
|
|
Пункты: 83542 |
Регистрация: 14.08.2009 |
|
|
|
A simple way - increase the timings of the system interface
lcdif_write(HW_LCDIF_TIMING, 0x01010101); /* 0x02020202 and so on */
but I'm not sure how exactly this can be done. |
|
|
|
|
|
|