LIBtft144
LIBtft144 copied to clipboard
Is there a way to display a picamera with this code?
Hello I was wondering if there is a way to display a picamera using tft.
One technique to consider is :
- Capturing a frame from the Pi camera using the "picamera" library
- Resizing the image to 128x128
- Using LIBtft144 to display that image on the screen
Depends on how quickly you need to display frames.
Thanks for the reply. However, do you know if there is a faster way to display these images?