Hi all,
I want to display raspberry pi camera live stream to SPI LCD display. The display I want to use is https://www.waveshare.com/0.85inch-lcd-module.htm, it is based on Embedded GC9107 Driver, Using SPI Bus.
I found the following thread,
viewtopic.php?t=161551
I can do this by the following commands,
sudo modprobe fbtft_device name=rpi-display gpios=reset:23,dc:24,led:18 rotate=90
gst-launch-1.0 -v v4l2src device=/dev/video0 ! video/x-raw,width=320,height=240, framerate=30/1 ! videoconvert ! fbdevsink device=/dev/fb1
but as per the above thread for that I should need the TFT LCD framebuffer driver for this LCD.
I googled a lot but could not find the driver of this LCD.
Please help me to how to write the driver for this LCD to accomplish this task of Camera live stream to SPI LCD or if I do not need some driver only above commands will work.
Need your help.
Thanks
I want to display raspberry pi camera live stream to SPI LCD display. The display I want to use is https://www.waveshare.com/0.85inch-lcd-module.htm, it is based on Embedded GC9107 Driver, Using SPI Bus.
I found the following thread,
viewtopic.php?t=161551
I can do this by the following commands,
sudo modprobe fbtft_device name=rpi-display gpios=reset:23,dc:24,led:18 rotate=90
gst-launch-1.0 -v v4l2src device=/dev/video0 ! video/x-raw,width=320,height=240, framerate=30/1 ! videoconvert ! fbdevsink device=/dev/fb1
but as per the above thread for that I should need the TFT LCD framebuffer driver for this LCD.
I googled a lot but could not find the driver of this LCD.
Please help me to how to write the driver for this LCD to accomplish this task of Camera live stream to SPI LCD or if I do not need some driver only above commands will work.
Need your help.
Thanks
Statistics: Posted by ashurpi — Wed Mar 27, 2024 6:44 am