Pi3 and adafruit 3.5 PiTFT not working
I´ve installed the last image "Repetier-Server-Image_0_86_2_v8" and used the easy install from adafruit "https://learn.adafruit.com/adafruit-pitft-3-dot-5-touch-screen-for-raspberry-pi/easy-install-2"
But I can't put the TFT to work, the server works great using the pc browser but the TFT is always black , using the ssh terminal I can run the TFT test screen and calibration screen, and its working.
Is there any trick? anyone manage to put this TFT to work with repetier?
Note, if I plug an HDMI monitor to the Pi the application starts in the monitor, also the easy setup from adafruit modify the config.txt to start the TFT but it seams that is not working.
Thanks in advance.
But I can't put the TFT to work, the server works great using the pc browser but the TFT is always black , using the ssh terminal I can run the TFT test screen and calibration screen, and its working.
Is there any trick? anyone manage to put this TFT to work with repetier?
Note, if I plug an HDMI monitor to the Pi the application starts in the monitor, also the easy setup from adafruit modify the config.txt to start the TFT but it seams that is not working.
lines that were add to config.txt
dtparam=spi=on
dtparam=i2c1=on
dtparam=i2c_arm=on
dtoverlay=pitft35-resistive,rotate=270,speed=20000000,fps=20
Comments
One question, how can i force the hdmi output to 480x320? Sorry but I’m a beginner in the linux - pi!
Thanks
Read
https://www.raspberrypi.org/documentation/configuration/config-txt/video.md
for a list of options and values.