Git Product home page Git Product logo

gxtft's Introduction

GxTFT for Arduino

A New Approach for a General TFT Library.

This library separates the aspects IO connection, controller type and display class into separate C++ classes

  • The purpose of this Library and its design is to make additions easy.
  • The initial commit served as "proof of concept", with HVGA TFT on MEGA, DUE, and 3.5" RPI HVGA on SPI
  • This library supports a collection of TFT displays I bought to learn from and to learn from other libraries
  • It supports some "exotic" displays for Arduino that were not made to use with Arduino IDE or Arduino boards
  • I recommend to use other common Arduino TFT libraries whenever possible, as these are better supported
  • my recommendations are MCUFRIEND_kbv, TFT_eSPI, and the whole range of Adafruit libraries

Version 2.0.1

  • added 16 bit command transfers to all GxIO classes for parallel 16 bit interfaces to support OTM8009A
  • added GxIO_DUE_P16_R_SHIELD class (variant of GxIO_DUE_P16_DUESHIELD, e.g. for rDuinoScope)

Version 2.0.0

  • new src directory structure avoids the need for .cpp includes
  • only header files includes are needed
  • Arduino IDE 1.8.x automatically includes needed code from .cpp files
  • DO NOT include .cpp files with this version, linker would complain
  • src directory structure makes GxTFT a more usual Arduino Library

Version 1.0.1

  • Added OTM8009A support for 3.95" & 4.7" TFTs with FSMC connector on STM32 boards

Later Version (no number)

  • Added FSMC GxIO classes for STM32 GxIO_STM32F1_FSMC and GxIO_STM32F4_FSMC and FSMC examples
  • Added FSMC and P16 GxIO classes for STM32F407ZGM4 board

Later Version (no number)

  • Renamed GxIO classes for HVGA on MEGA and DUE
  • Added read support to GxIO classes (partially tested only, some shields are output only).
  • Updated GxCTRL and its subclasses; added GxCTRL_RA8875S
  • Updated read support; read support is controller specific, issues remain to be investigated.
  • Added GxTFT & RA8875P

Later Version (no number)

  • Added GxIO classes for TIKY 5inch display
  • Fixed TIKY GxIO classes and GxCTRL_ILI9806

Initial Version (no number)

  • HVGA on MEGA
  • HVGA on DUE
  • HVGA on SPI (3.5inch RPI Display)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.