lib_tft24T icon indicating copy to clipboard operation
lib_tft24T copied to clipboard

2.4 inch 320x240 SPI LCD with Touchscreen - a Python Driver

Results 4 lib_tft24T issues
Sort by recently updated
recently updated
newest added

portrait is ok, landscape is broken somewhere in calculations

i tried lots of different iterations, but cant seem, to find a way to display text on the screen which was taken from a txt file. Is is possible? if...

Even though this library is from 2015, the ILI9341 screen is still very popular, so I thought I'd give the driver a small update. Things that have been fixed: -...

Hi! I'm trying to show the cpu temp in the screen using this code: ``` python from time import sleep import sys import Image import ImageDraw import ImageFont import spidev...