COOL_IRON

config.txt

Aug 3rd, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. # For more options and information see
  2. # http://rpf.io/configtxtreadme
  3. # Some settings may impact device functionality. See link above for details
  4.  
  5. # uncomment if you get no picture on HDMI for a default "safe" mode
  6. #hdmi_safe=1
  7.  
  8. # uncomment this if your display has a black border of unused pixels visible
  9. # and your display can output without overscan
  10. # disable_overscan=1
  11.  
  12. # uncomment to force a console size. By default it will be display's size minus
  13. # overscan.
  14. #framebuffer_width=1280
  15. #framebuffer_height=720
  16.  
  17. # uncomment if hdmi display is not detected and composite is being output
  18. #hdmi_force_hotplug=1
  19. #hdmi_ignore_hotplug=1
  20.  
  21. # uncomment to force a specific HDMI mode (this will force VGA)
  22. #hdmi_group=1
  23. #hdmi_mode=1
  24.  
  25. # uncomment to force a HDMI mode rather than DVI. This can make audio work in
  26. # DMT (computer monitor) modes
  27. #hdmi_drive=2
  28.  
  29. # uncomment to increase signal to HDMI, if you have interference, blanking, or
  30. # no display
  31. #config_hdmi_boost=4
  32.  
  33. # uncomment for composite PAL
  34. #sdtv_mode=2
  35.  
  36. #uncomment to overclock the arm. 700 MHz is the default.
  37. #arm_freq=800
  38.  
  39. # Uncomment some or all of these to enable the optional hardware interfaces
  40. #dtparam=i2c_arm=on
  41. #dtparam=i2s=on
  42. #dtparam=spi=on
  43.  
  44. # Uncomment this to enable the lirc-rpi module
  45. #dtoverlay=lirc-rpi
  46.  
  47. # Additional overlays and parameters are documented /boot/overlays/README
  48.  
  49. # Enable audio (loads snd_bcm2835)
  50. dtparam=audio=on
  51.  
  52. # NOOBS Auto-generated Settings:
  53. #hdmi_force_hotplug=1
  54. #gpu_mem_256=128
  55. #gpu_mem_512=256
  56. #gpu_mem_1024=256
  57. overscan_scale=1
  58. #dtoverlay=vc4-kms-v3d
  59. #dtoverlay=vc4-fkms-v3d
  60. gpu_mem=256
  61.  
  62. # --------------
  63. # Video Settings
  64. # --------------
  65. # HDMI display settings:
  66. #hdmi_group=1
  67. #hdmi_mode=5
  68.  
  69. # CRT display settings:
  70. sdtv_mode=0
  71.  
  72. # WaveShare Display settings:
  73. hdmi_group=2
  74. hdmi_mode=87
  75. hdmi_cvt 1024 600 60 6 0 0 0
  76. dtoverlay=ads7846,cs=1,penirq=25,penirq_pull=2,speed=50000,keep_vref_on=0,swapxy=0,pmax=255,xohms=150,xmin=200,xmax=390,ymin=200,ymax=3900
  77. hdmi_drive=1
  78. #hdmi_force_hotplug=1
  79. #max_usb_current=1
Add Comment
Please, Sign In to add comment