mirror of
https://github.com/lupyuen/pinephone-nuttx.git
synced 2025-01-12 20:58:34 +08:00
Clean up
This commit is contained in:
parent
092b10be4b
commit
720b8042aa
1 changed files with 1 additions and 0 deletions
|
@ -1151,6 +1151,7 @@ pub export fn hello_main(
|
|||
// _ = c.sleep(1); // TODO: Remove this when Backlight is converted to C
|
||||
|
||||
// Init Timing Controller TCON0 (in C)
|
||||
// PANEL_WIDTH is 720, PANEL_HEIGHT is 1440
|
||||
// https://github.com/lupyuen2/wip-pinephone-nuttx/blob/tcon2/arch/arm64/src/a64/a64_tcon0.c#L180-L474
|
||||
_ = a64_tcon0_init(PANEL_WIDTH, PANEL_HEIGHT);
|
||||
|
||||
|
|
Loading…
Reference in a new issue