mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-25 17:46:19 +00:00
35 lines
835 B
Plaintext
35 lines
835 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
# This file has been created using the following as a reference:
|
|
# https://github.com/tsoliman/Retroflag-GPi-case
|
|
#
|
|
# Thanks @tsoliman !
|
|
|
|
# WARNING: DO NOT EDIT THIS FILE - IT WILL BE OVERWRITTEN WHEN UPGRADING!
|
|
|
|
arm_64bit=1
|
|
kernel=kernel.img
|
|
|
|
# Enable DRM VC4 V3D driver
|
|
dtoverlay=vc4-kms-v3d,nohdmi
|
|
dtoverlay=vc4-kms-dpi-generic,hactive=640,hfp=20,hsync=2,hbp=20
|
|
dtparam=vactive=480,vfp=1,vsync=1,vbp=2,rgb666-padhi
|
|
dtparam=clock-frequency=19200000
|
|
extra_transpose_buffer=2
|
|
disable_fw_kms_setup=1
|
|
|
|
disable_pvt=1
|
|
disable_overscan=1
|
|
|
|
dtoverlay=audremap,pins_18_19,swap_lr
|
|
disable_audio_dither=1
|
|
audio_pwm_mode=2
|
|
|
|
# Disable the ACT LED on the Pi Zero
|
|
dtparam=act_led_trigger=none
|
|
dtparam=act_led_activelow=on
|
|
|
|
boot_delay=0
|
|
|