-
Notifications
You must be signed in to change notification settings - Fork 494
TFT display vs. HDMI display. #190
Comments
Which FBTFT kernel or image do you use? |
I was port source code like this. and then modified somthing like these.
and then builed the kernel. modules is loaded as below. sudo nano /usr/share/X11/xorg.conf.d/99-fbturbo.conf The end. Thanks, SB. |
The drivers need to be built into the kernel proper (kernel.img) to load as early as possible.
You can use fbcp: https://github.com/notro/fbtft/wiki/Framebuffer-use#framebuffer-mirroring
If you mean the console: |
About Q1; I want to disable the HDMI perfactly and All display just on TFT LCD. |
With fbtft_device and fb_tinylcd35 builtin, you specify the fbtft_device arguments on the kernel commandline, in /boot/cmdline.txt.
Each time you touch the panel and interrupt is fired. Check
If you completly remove /dev/fb0, I guess you can't get live feed from the camera, as this is displayed there. Remove |
I already set like this; fbtft dma ads7846_device model=7843 gpio_pendown=4 pressure_max=255 x_plate_ohms=100 swap_xy=1 x_min=230 x_max=3850 y_min=190 y_max=3850 verbose=3 TFT LCD and Touch are work well, My question is as below. |
If you want the drivers to load early, they have to be built into the kernel proper (zImage/kernel.img) and not as loadable kernel modules. This is a snapshot of menuconfig showing the modules configured as builtin (*-star) as opposed to loadable (M):
You don't have to rebuild the kernel to do those changes unless your init sequence is very long.
Check /proc/cmdline after boot to see if all arguments could fit the 1024 character limit (the bootloader also adds some arguments). |
Thank you very much for your reply. I installed RaspiMJPEG or MjpegStreamer on Raspberry Pi with TFT LCD worked. Can you guess that what happend on that? thanks, SB |
Refer to about RaspiMJPEG(=RPi Cam Web Interface); How to Install; sudo apt-get update and then, All screen is black, however SSH is work fine. |
I don't know what's wrong here. |
I'm sorry, I found out the solution in your posting. sudo apt-mark hold raspberrypi-bootloader I'm sorry and Thanks, |
When take the picture(run MjpegStreamer or raspistill, raspivid command), So I tried mirroring refer to your posting, But It too slow, Picture quality is not good. Rpi original display is HDMI, So I want to exchange the original display from HDMI to TFT LCD. Any idea? |
AFAIK the camera stills can only be viewed on HDMI because it's the GPU that does this work. |
Q1:
When Raspberry Pi Powered on,
It display on HDMI display for about 20 seconds,
and then it display on TFT.
If disconnect the HDMI display, It dons't display for about 20 seconds.
So, could I do display on TFT all from powered it on?
Q2:
I do run camera command as below.
raspistill -v -o test.jpg
raspivid -t 5000 -o video.h264
When run camera command(still cut, video record),
It display on HDMI display, So I want to display it on TFT LCD.
Let me know What can I do?
Q3:
Raspberry Pi's original display is HDMI.
Could I exchange the original display from HDMI to TFT LCD?
I think that this way is best solution.
Please advice me,
Thanks, SB
The text was updated successfully, but these errors were encountered: