Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- dpi_timings=320 1 10 30 40 240 1 3 4 6 0 0 0 60 0 6400000 1
- ## RGB-Pi Custom Configuration
- ## IMPORTANT! hdmi_timings must be always in the first line
- ## hdmi_timings=<h_active_pixels> <h_sync_polarity <h_front_porch> <h_sync_pulse> <h_back_porch> <v_active_lines> <v_sync_polarity> <v_front_porch> <v_sync_pulse> <v_back_porch> <v_sync_offset_a> <v_sync_offset_b> <pixel_rep> <frame_rate> <interlaced> <pixel_freq> <aspect_ratio>
- ## Usable Pixel clock are : 4800000 - 6400000 - 9600000 - 19200000 and anything over 38400000
- disable_overscan=1
- hdmi_force_hotplug=1
- config_hdmi_boost=0
- dtparam=audio=on
- display_rotate=0
- audio_pwm_mode=2
- disable_audio_dither=1
- hdmi_drive=2
- boot_delay=3
- disable_splash=1
- avoid_safe_mode=1
- dtoverlay=pwm-2chan,pin=18,func=2,pin2=19,func2=2
- framebuffer_depth=32
- framebuffer_ignore_alpha=1
- dtoverlay=rgb-pi
- enable_dpi_lcd=1
- display_default_lcd=1
- dpi_output_format=6
- dpi_group=2
- dpi_mode=87
- kernel=zImage
- overscan_scale=0
- avoid_warnings=1
- gpu_mem_256=64
- gpu_mem_512=128
- gpu_mem_1024=256
- dtparam=i2c_vc=on
- dtoverlay=i2c-gpio,i2c_gpio_sda=10,i2c_gpio_scl=11
- # Docs: https://www.raspberrypi.org/documentation/configuration/config-txt/
- #-------Display---------
- # If you get no picture, set the following to "1" to apply most compatible HDMI settings.
- #hdmi_safe=1
- # Uncomment to adjust the HDMI signal strength if you have interferences, blanking, or no display.
- # - Values from "0" to "11" are allowed, use values above "7" only if required, e.g. with very long HDMI cable.
- # - Default on first RPi1 A/B is "2", else "5", on RPi4 this setting is ignored.
- #config_hdmi_boost=5
- # Uncomment if HDMI display is not detected and composite is being outputted.
- #hdmi_force_hotplug=1
- # Uncomment to disable HDMI even if plugged, e.g. to force composite output.
- #hdmi_ignore_hotplug=1
- # Uncomment to force a console size. By default it will be display's size minus overscan.
- #framebuffer_width=16
- #framebuffer_height=16
- # Uncomment to enable SDTV/composite output on RPi4. This has no effect on previous RPi models.
- #enable_tvout=0
- # SDTV mode
- #sdtv_mode=0
- # Uncomment to force a specific HDMI mode (this will force VGA).
- #hdmi_group=1
- #hdmi_mode=1
- # Uncomment to force an HDMI mode rather than DVI. This can make audio work in DMT (computer monitor) modes.
- #hdmi_drive=2
- # Set "hdmi_blanking=1" to allow the display going into standby after 10 minutes without input.
- # With default value "0", the display shows a blank screen instead, but will not go into standby.
- # NB: With "1" some applications (e.g. Kodi, OMXPlayer) cannot prevent display standby due to missing DPMS signal.
- #hdmi_blanking=1
- # Set to "1" if your display has a black border of unused pixels visible.
- disable_overscan=1
- # Uncomment the following to adjust overscan. Use positive numbers if console goes off screen, and negative if there is too much border.
- #overscan_left=16
- #overscan_right=16
- #overscan_top=16
- #overscan_bottom=16
- # Rotation
- display_hdmi_rotate=0
- lcd_rotate=0
- #-------RPi camera module-------
- #start_x=1
- #disable_camera_led=1
- #-------GPU memory splits-------
- gpu_mem_256=64
- gpu_mem_512=64
- gpu_mem_1024=64
- #-------Boot splash screen------
- disable_splash=1
- #-------Onboard sound----------
- dtparam=audio=on
- #-------I2C-------------
- dtparam=i2c_arm=off
- dtparam=i2c1=off
- #dtparam=i2c_arm_baudrate=100000
- #-------SPI-------------
- dtparam=spi=off
- #-------Serial/UART-----
- # NB: Enabled for 1st run only. If you want to keep this setting, please set CONFIG_SERIAL_CONSOLE_ENABLE=1 in dietpi.txt before 1st boot.
- core_freq=400
- enable_uart=1
- #-------Overclock-------
- temp_limit=75
- initial_turbo=20
- over_voltage=4
- arm_freq=1325
- #core_freq=400
- #sdram_freq=450
- #over_voltage_min=0
- #arm_freq_min=300
- #core_freq_min=250
- #sdram_freq_min=400
- dtoverlay=vc4-fkms-v3d
- boot_delay=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement