[NUC972] How to fix Non-OS LCM vibration

Post Reply
9chuckyoung
Posts: 94
Joined: 28 Jan 2019, 13:49

13 Mar 2020, 14:22

Adjust LCM clock

From:
// LCD clock is selected from UPLL and divide to 20MHz
outpw(REG_CLK_DIVCTL1, (inpw(REG_CLK_DIVCTL1) & ~0xff1f) | 0xe18);

To:
// LCD clock is selected from UPLL and divide to 20MHz
outpw(REG_CLK_DIVCTL1, (inpw(REG_CLK_DIVCTL1) & ~0xff1f) | 0x918);

Constrain:
Higher FPS will cause bandwidth issue

Post Reply
  • Information
  • Who is online

    Users browsing this forum: No registered users and 10 guests