Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blank screen #4

Open
BroderTuck70 opened this issue Dec 20, 2023 · 0 comments
Open

Blank screen #4

BroderTuck70 opened this issue Dec 20, 2023 · 0 comments

Comments

@BroderTuck70
Copy link

Been a while since I looked at this last, but I seem to remember that I had to
revert this change from the "abandon writeback, add overscan" commit to get output
with my device and TV:

display.c
@@ -13,7 +13,7 @@ void display_clocks_init() {
DE_CLK = (1<<31) | (1<<24); // Enable DE clock, set source to PLL_DE
HDMI_CLK = (1<<31); // Enable HDMI clk (use PLL3)
HDMI_SLOW_CLK = (1<<31); // Enable HDMI slow clk

  • TCON0_CLK = (1<<31) | 1; // Enable TCON0 clk, divide by 2
  • TCON0_CLK = (1<<31) | 3; // Enable TCON0 clk, divide by 4
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant