Calibrar pantalla 7" TFT Touch Screen LCD - Raspberry Pi Forums
hola todos, estoy tratando de calibrar esta pantalla de sainsmart
http://www.sainsmart.com/7-inch-tft-lcd ... a-2av.html
para la rasberry pi 2 model b+ y no encontrado la manera de hacerlo, agradecira alguien que me de un paso paso de como configurar esta pantalla.
gracias.
http://www.sainsmart.com/7-inch-tft-lcd ... a-2av.html
para la rasberry pi 2 model b+ y no encontrado la manera de hacerlo, agradecira alguien que me de un paso paso de como configurar esta pantalla.
gracias.
buenas, yo compré esta: http://goo.gl/b67ibk y si tu problema es de calibrar la resolución, ajusté el overscan en top y bottom -70, sí valor negativo, te recomiendo ir probando valores, para el tema táctil, la mía no lo soporta así que no conozco cómo funciona. saludos. adjunto el config.txt de raspbian.
code: select all
# more options , information see # http://www.raspberrypi.org/documentation/configuration/config-txt.md # settings may impact device functionality. see link above details # uncomment if no picture on hdmi default "safe" mode # hdmi_safe=1 uncomment if display has black border of unused pixels visible , display can output without overscan disable_overscan=1 # uncomment following adjust overscan. use positive numbers if console # goes off screen, , negative if there border overscan_left=0 overscan_right=0 overscan_top=-70 overscan_bottom=-70 # uncomment force console size. default display's size minus # overscan. framebuffer_width=800 framebuffer_height=480 # uncomment if hdmi display not detected , composite being output # hdmi_force_hotplug=1 # uncomment force specific hdmi mode (this force vga) # hdmi_group=1 # hdmi_mode=1 # uncomment force hdmi mode rather dvi. can make audio work in # dmt (computer monitor) modes # hdmi_drive=2 # uncomment increase signal hdmi, if have interference, blanking, or # no display # config_hdmi_boost=4 # uncomment composite pal # sdtv_mode=2 # uncomment overclock arm. 700 mhz default. # arm_freq=800
raspberrypi
Comments
Post a Comment