Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robert-hh/SSD1963-TFT-Library-for-PyBoard-and-RP2040
SSD1963 TFT Library for PyBoard and Raspberry Pi PICO
https://github.com/robert-hh/SSD1963-TFT-Library-for-PyBoard-and-RP2040
Last synced: about 16 hours ago
JSON representation
SSD1963 TFT Library for PyBoard and Raspberry Pi PICO
- Host: GitHub
- URL: https://github.com/robert-hh/SSD1963-TFT-Library-for-PyBoard-and-RP2040
- Owner: robert-hh
- License: mit
- Created: 2016-02-21T10:49:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-02T08:47:07.000Z (over 3 years ago)
- Last Synced: 2024-05-22T02:14:29.401Z (6 months ago)
- Language: Python
- Homepage:
- Size: 21.6 MB
- Stars: 28
- Watchers: 7
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mpython - SSD1963-TFT-Library-for-PyBoard - Driver for SSD1963 864x480 TFT LCDs. (精选驱动库 / 显示类)
- awesome-micropython - SSD1963-TFT-Library-for-PyBoard-and-RP2040 - SSD1963 TFT Library for Pyboard and Raspberry Pi Pico. (Libraries / Display)
README
**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.