lib_tft24T
lib_tft24T copied to clipboard
2.4 inch 320x240 SPI LCD with Touchscreen - a Python Driver
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...