Advertisement
Guest User

5" Inch 800x480 HDMI Touch LCD Screen Display For Raspberry

a guest
Jun 27th, 2017
1,198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. #this came on a dvd with a 5" Inch 800x480 HDMI Touch LCD Screen Display For Raspberry Pi Pi2 Model B+ A+ from ebay.
  2.  
  3. # For more options and information see
  4. # http://www.raspberrypi.org/documentation/configuration/config-txt.md
  5. # Some settings may impact device functionality. See link above for details
  6.  
  7. # uncomment if you get no picture on HDMI for a default "safe" mode
  8. #hdmi_safe=1
  9.  
  10. # uncomment this if your display has a black border of unused pixels visible
  11. # and your display can output without overscan
  12. #disable_overscan=1
  13.  
  14. # uncomment the following to adjust overscan. Use positive numbers if console
  15. # goes off screen, and negative if there is too much border
  16. #overscan_left=16
  17. #overscan_right=16
  18. #overscan_top=16
  19. #overscan_bottom=16
  20.  
  21. # uncomment to force a console size. By default it will be display's size minus
  22. # overscan.
  23. #framebuffer_width=1280
  24. #framebuffer_height=720
  25.  
  26. # uncomment if hdmi display is not detected and composite is being output
  27. hdmi_force_hotplug=1
  28.  
  29. # uncomment to force a specific HDMI mode (this will force VGA)
  30. #hdmi_group=1
  31. #hdmi_mode=1
  32.  
  33. # uncomment to force a HDMI mode rather than DVI. This can make audio work in
  34. # DMT (computer monitor) modes
  35. #hdmi_drive=2
  36.  
  37. # uncomment to increase signal to HDMI, if you have interference, blanking, or
  38. # no display
  39. #config_hdmi_boost=4
  40.  
  41. # uncomment for composite PAL
  42. #sdtv_mode=2
  43.  
  44. #uncomment to overclock the arm. 700 MHz is the default.
  45. #arm_freq=800
  46.  
  47. # Uncomment some or all of these to enable the optional hardware interfaces
  48. dtparam=i2c_arm=on
  49. #dtparam=i2s=on
  50. dtparam=spi=on
  51. enable_uart=1
  52. # Uncomment this to enable the lirc-rpi module
  53. #dtoverlay=lirc-rpi
  54.  
  55. # Additional overlays and parameters are documented /boot/overlays/README
  56.  
  57. # Enable audio (loads snd_bcm2835)
  58. dtparam=audio=on
  59. max_usb_current=1
  60. hdmi_group=2
  61. hdmi_mode=1
  62. hdmi_mode=87
  63. hdmi_cvt 800 480 60 6 0 0 0
  64. dtoverlay=ads7846,cs=1,penirq=25,penirq_pull=2,speed=50000,keep_vref_on=0,swapxy=0,pmax=255,xohms=150,xmin=200,xmax=3900,ymin=200,ymax=3900
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement