LIBtft144
LIBtft144 copied to clipboard
LCD-TFT-1.44 SPI library for Raspberry Pi or Virtual GPIO
I've written some code which simulates bouncing text from the wall to wall: ```python txt = "TEST" width=len(txt) * 8 height=12 posx=posy=0 xmod=ymod=1 while True: posx += xmod posy +=...
Hello I was wondering if there is a way to display a picamera using tft.
Hello, the first CS on my raspi works fine - when i try to use the second one, i can only see one bmp - it would never be refreshed....
The drawBMP isnt fast enough to play back video. Is there any other way to play a video through the display? I'm trying to use the screen as a viewfinder...
Hello , l'm new and I can't install the library in my raspberry. Other libraris that I install is only tue run a scritp and authomaticaly it install alone, but...
There is a comment in the documentation: "SCLK and MISO go to SCK and SDA on module. The module is write-only, so MOSI is not used" I think it should...
Just in case this is easy and I'm going the hard way, is there an easy way to convert new fonts to your data structure? I'm playing around with various...
Hi, Not sure how to contact you, but found your code and I have been trying to get it working on my PI. I have the RED PCB version of...