tokyoyoukanniocha-jp / SSD1963-TFT-Library-for-PyBoard-and-RP2040

SSD1963 TFT Library for PyBoard and Raspberry Pi PICO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TFT Class for a TFT with SSD1963 controller

Description and physical interface

A Python class for controlling a graphical display with a SSD1963 controller and a 40 PIN interface, which is widely available in the electronics stores. It is a port of the great UTFT driver from Rinky-Dink Electronics, Henning Karlsen. This port uses at least 11 control lines for the 8080-type interface style.

This repository contains ports for Pyboard and Raspberry Py Pico (RP2040). The files for the ports are in the respective subdirectores.

About

SSD1963 TFT Library for PyBoard and Raspberry Pi PICO

License:MIT License


Languages

Language:Python 52.1%Language:C 47.9%